This is an attempt to communicate unexpected behavior using the 2.1-SNAPSHOT
version of Akka's cluster module.
Specifically, the unexpected behavior my application is experiencing is that when the cluster leader becomes unreachable due to a SIGINT
, it is unable to re-join the cluster when restarted. Strangely, this always works when the node that is killed is not the leader.