You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the last test changlog, met this error as title show.
My test env is a kvm vm .
Have set mysqld,
innodb_lock_wait_timeout=500
transaction-isolation = READ-COMMITTED
But cannot fix this issue.
Then i change the test timeout to 3000s /50m to check whether the test pass.
first met some datarace warning,
then
2019-07-24T15:36:13.563+0800 ERROR changelog/mysql.go:505 Error 1205: Lock wait timeout exceeded; try restarting transaction
2019-07-24T15:44:34.629+0800 ERROR changelog/mysql.go:841 Error 1205: Lock wait timeout exceeded; try restarting transaction {"cluster": "test_cluster1"}
then
2019-07-24T15:44:34.733+0800 DEBUG runtime/asm_amd64.s:1337 Finished binlog worker in test
panic: test timed out after 50m0s
When running the last test changlog, met this error as title show.
My test env is a kvm vm .
Have set mysqld,
innodb_lock_wait_timeout=500
transaction-isolation = READ-COMMITTED
But cannot fix this issue.
Then i change the test timeout to 3000s /50m to check whether the test pass.
first met some datarace warning,
then
2019-07-24T15:36:13.563+0800 ERROR changelog/mysql.go:505 Error 1205: Lock wait timeout exceeded; try restarting transaction
2019-07-24T15:44:34.629+0800 ERROR changelog/mysql.go:841 Error 1205: Lock wait timeout exceeded; try restarting transaction {"cluster": "test_cluster1"}
then
2019-07-24T15:44:34.733+0800 DEBUG runtime/asm_amd64.s:1337 Finished binlog worker in test
panic: test timed out after 50m0s
Do you have some suggest?
Detail log at https://paste.ubuntu.com/p/HxJ9bNmzrn/
The text was updated successfully, but these errors were encountered: