Fix regression IllegalStateException: Can't find this Member, see #2117

* Gossiping to myself caused the failure detector to mark myself as unreachable
* Don't heartbeat for myself failure detector
This commit is contained in:
Patrik Nordwall 2012-05-31 17:19:49 +02:00
parent 9d1cbdc601
commit 13a93dfb50
2 changed files with 53 additions and 51 deletions

View file

@ -38,6 +38,7 @@ abstract class NodeStartupSpec extends MultiNodeSpec(NodeStartupMultiJvmSpec) wi
runOn(first) {
awaitCond(cluster.isSingletonCluster)
awaitUpConvergence(numberOfMembers = 1)
cluster.isLeader must be(true)
}
}
}