-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/add retry mechanism in cluster (#118)
* introduce test for MemberUp method * plug method in MemberUp ClusterListener with retry mechanism * minor * aggregate failure cases in MemberUp method * update retry function * unit test for UnreachableMember msg * apply retry policy into UnreachableMember handler * modify await timing * awaitAssert for ClusterListenerSpec, retry policy config * test, remove cluster metrics extension * sbt fix * parametrize clusterMetricSystem in ClusterListener * refactoring ClusterListener Props * insert nsdb retry policy props for minicluster * remove ActorSelection mock, minor
- Loading branch information
1 parent
57fbfb8
commit 60905f7
Showing
15 changed files
with
314 additions
and
91 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
Oops, something went wrong.