Promote WeaklyUp and enable by default, #22197

This commit is contained in:
Patrik Nordwall 2017-01-24 12:31:32 +01:00
parent d1ba2c1aae
commit 1700cdaebc
14 changed files with 41 additions and 64 deletions

View file

@ -19,7 +19,10 @@ final case class ConvergenceMultiNodeConfig(failureDetectorPuppet: Boolean) exte
val fourth = role("fourth")
commonConfig(debugConfig(on = false).
withFallback(ConfigFactory.parseString("akka.cluster.failure-detector.threshold = 4")).
withFallback(ConfigFactory.parseString("""
akka.cluster.failure-detector.threshold = 4
akka.cluster.allow-weakly-up-members = off
""")).
withFallback(MultiNodeClusterSpec.clusterConfig(failureDetectorPuppet)))
}