!act #3583 Timer based auto-down
* Replace (deprecate) akka.cluster.auto-down config setting with akka.cluster.auto-down-unreachable-after * AutoDown actor that keeps track of unreachable members and performs down from the leader node when they have been unreachable for the specified duration * Migration guide
This commit is contained in:
parent
c55189f615
commit
d5b25cbbc6
27 changed files with 355 additions and 450 deletions
|
|
@ -19,7 +19,7 @@ import akka.actor.ActorRef
|
|||
object ClusterSpec {
|
||||
val config = """
|
||||
akka.cluster {
|
||||
auto-down = off
|
||||
auto-down-unreachable-after = 0s
|
||||
periodic-tasks-initial-delay = 120 seconds // turn off scheduled tasks
|
||||
publish-stats-interval = 0 s # always, when it happens
|
||||
failure-detector.implementation-class = akka.cluster.FailureDetectorPuppet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue