Skip to content
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

Bug1680061 5.7 #1630

Merged
merged 3 commits into from Apr 7, 2017
Merged

Conversation

laurynas-biveinis
Copy link
Contributor

No description provided.

Problem and Analysis:

The test case is failing because it forces the two replication threads to
error out once asked to start, but it is only waiting for the SQL thread to
stop reporting the error before trying to apply an "RESET SLAVE" statement.

When a not so fast server didn't stopped the I/O thread before the
"RESET SLAVE" statement be applied, the test case fails as reported.

Fix:

In order to fix the issue, the test case must also wait for the I/O thread to
be stopped before trying to reset the slave.

(cherry picked from commit 581c5a7)
@laurynas-biveinis laurynas-biveinis self-assigned this Apr 5, 2017
@laurynas-biveinis laurynas-biveinis merged commit 6577c23 into percona:5.7 Apr 7, 2017
@laurynas-biveinis laurynas-biveinis deleted the bug1680061-5.7 branch April 7, 2017 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant