-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
*: Add binlog prewrite time to record binlog prewrite time consume #14119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@jackysp @crazycs520 PTAL |
LGTM |
/merge |
/run-all-tests |
cherry pick to release-3.0 failed |
It seems that, not for sure, we failed to cherry-pick this commit to release-3.0. Please comment '/run-cherry-picker' to try to trigger the cherry-picker if we did fail to cherry-pick this commit before. @cfzjywxk PTAL. |
What problem does this PR solve?
Record the
binlog
prewrite time consume and log it into the slow query log file, this field could be used to verify if binlog prewrite takes much time intwoPhaseCommiter.execute
functionWhat is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
Release note