Akka.NET version: 1.4.17
As the description states, in a cluster with the following composition:
~20 unreachable nodes
~40 weakly up nodes
~30 up nodes
Any attempts to Down
the unreachable nodes successfully change their status from Up
/ WeaklyUp
-> Down
, but they are never correctly exited from the cluster nor are any of the WeaklyUp
nodes promoted to Up
. Using a split brain resolver and a pbm cluster down-unreachable
command have both demonstrated this.
This looks like a gossip convergence issue to me - going to investigate.