mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
df2db86341
The problem was a too low timeout for slave reconnect. It was set to 9 seconds (10 retries with 1 second in-between). This is occasinally too short on some Buildbot hosts, when the test crashes and restarts the master while the slave IO thread is running. Fix by increasing --master-retry-count for this test.
1 line
25 B
Text
1 line
25 B
Text
--master-retry-count=100
|