-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a binlog message too large error occurs, tidb-server exits abnormally. #28659
Comments
In tidb/sessionctx/binloginfo/binloginfo.go Line 269 in 7755d25
PTAL @coocood |
So we can change it to |
Should be fixed by pingcap/tidb-binlog#1039 |
close this now because pingcap/tidb-binlog#1039 is already fixed. Feel free to reopen this if a further problem is found. |
The bug is still here, it happened in v6.5.3. PTAL @lichunzhu |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Create a very large transaction of over 2G.
2. What did you expect to see? (Required)
Execution failure.
3. What did you see instead (Required)
tidb-server exited.
4. What is your TiDB version? (Required)
c16092e
The text was updated successfully, but these errors were encountered: