-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug#34240269: gr_clone_applier_stop is failing on PB2
Scenario: The applier is applying the data and the clone is stopping the applier thread. Issue: The stop applier thread initiated by the clone is making the applier fail with below error: Slave SQL for channel 'group_replication_applier': Coordinator thread of multi-threaded slave is being stopped in the middle of assigning a group of events; deferring to exit until the group completion ... , Error_code: MY-000000 The error will cause the member to go in ERROR state. Resolution: When stop applier is initiated by the clone, the applier errors should be ignored. Additionally the test case has been corrected to test the clone failure. Asserts have been added to make sure CLONE failed and applier was OFF during clone. Also added asserts to make sure the recovery channel was started and applier was re-started post clone failure. Additionaly DEBUG scope has been reduced and INC has been used where ever required. Change-Id: Id99da177a7d3ef34d4be660b0eb65a4a61fa741c
- Loading branch information
Jaideep Karande
committed
Oct 20, 2022
1 parent
955cdac
commit dc831c9
Showing
5 changed files
with
97 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters