-
Notifications
You must be signed in to change notification settings - Fork 133
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
mysql-mysql job incr repl stage: stop or kill dest MySQL cause lost data #932
Comments
src /debug/pprof/goroutine?debug=1
|
dest /debug/pprof/goroutine?debug=1
|
需要记录
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
mysql-mysql job incr repl stage: stop or kill dest MySQL cause lost data
Steps to reproduce the issue
shell> sysbench /usr/share/sysbench/oltp_common.lua --mysql-host=172.100.9.2 --mysql-port=3306 --mysql-user=test --mysql-password=test --create_secondary=off --report-interval=10 --time=0 --mysql-db=action_db_1 --tables=1 --table_size=5000 prepare
shell> sysbench /usr/share/sysbench/oltp_write_only.lua --mysql-host=172.100.9.2 --mysql-port=3306 --mysql-user=test --mysql-password=test --create_secondary=off --report-interval=10 --time=0 --mysql-db=action_db_1 --tables=1 --table_size=5000 --events=5000 run
Output of
./dtle version
:**The text was updated successfully, but these errors were encountered: