forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-3052 Need to reset isCoordinator flag in GMSLocator.
isCoordinator flag ensures that this process is becoming the coordinator thus other process should join this process. But when network parttion happens, we were not resetting this flag. Now we reset isCoordinator flag when viewCreator thread shutdowns. added unit test for it.
- Loading branch information
Hitesh Khamesra
committed
Jul 14, 2017
1 parent
9905794
commit 15a3b5a
Showing
3 changed files
with
32 additions
and
5 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