-
Notifications
You must be signed in to change notification settings - Fork 131
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 a tool to parse and print relay log content #1009
base: master
Are you sure you want to change the base?
Conversation
/run-all-tests tidb=release-4.0 tikv=release-4.0 pd=release-4.0 |
@csuzhangxc: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
What problem does this PR solve?
add a tool (
relayprinter
) to parse and print relay log contentWhat is changed and how it works?
binlogfile.OpenBinlogger
to read binlog entitiessome samples of output:
Check List
Tests
Code changes
Side effects
Release note