Added tests for automatic actor migration when node is shut down.
Updated to modified version of ZkClient (0.3, forked and fixed to allow interrupting connection retry). Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
This commit is contained in:
parent
15addf2b87
commit
7a5c95e44d
13 changed files with 145 additions and 7 deletions
|
|
@ -1354,7 +1354,7 @@ class DefaultClusterNode private[akka] (
|
|||
}
|
||||
|
||||
// FIXME makes use of automaticMigrationFromFailedNodes method, why is it not used?
|
||||
private[cluster] def automaticMigrationFromFailedNodes](currentSetOfClusterNodes: List[String]) {
|
||||
private[cluster] def automaticMigrationFromFailedNodes(currentSetOfClusterNodes: List[String]) {
|
||||
connectToAllNewlyArrivedMembershipNodesInCluster()
|
||||
findFailedNodes(currentSetOfClusterNodes).foreach { failedNodeName ⇒
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue