Promote WeaklyUp and enable by default, #22197
This commit is contained in:
parent
d1ba2c1aae
commit
1700cdaebc
14 changed files with 41 additions and 64 deletions
|
|
@ -59,13 +59,11 @@ akka {
|
|||
# cluster singleton handover to complete) and then quarantine the removed node.
|
||||
quarantine-removed-node-after=30s
|
||||
|
||||
# By default, the leader will not move 'Joining' members to 'Up' during a network
|
||||
# If this is set to "off", the leader will not move 'Joining' members to 'Up' during a network
|
||||
# split. This feature allows the leader to accept 'Joining' members to be 'WeaklyUp'
|
||||
# so they become part of the cluster even during a network split. The leader will
|
||||
# move 'WeaklyUp' members to 'Up' status once convergence has been reached. This
|
||||
# feature must be off if some members are running Akka 2.3.X.
|
||||
# WeaklyUp is an EXPERIMENTAL feature.
|
||||
allow-weakly-up-members = off
|
||||
# move 'WeaklyUp' members to 'Up' status once convergence has been reached.
|
||||
allow-weakly-up-members = on
|
||||
|
||||
# The roles of this member. List of strings, e.g. roles = ["A", "B"].
|
||||
# The roles are part of the membership information and can be used by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue