-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: The following issues were found and fixed: 1) During WaitForLeaderLeaseImprecise we could loose leadership. So handle this case correctly, w/o check failure. 2) There is couple of places when we wait/sleep with locked catalog manager. And right after wait this lock is released. So unlock before wait. Test Plan: ybd debug --cxx-test integration-tests_master_failover-itest --gtest_filter MasterFailoverTest.TestDeleteTableSync -n 100 Reviewers: mikhail, timur Reviewed By: timur Subscribers: bogdan, ybase, bharat Differential Revision: https://phabricator.dev.yugabyte.com/D4748
- Loading branch information
Showing
5 changed files
with
44 additions
and
6 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