pekko/akka-docs/rst/cluster
Patrik Nordwall 9e56ab6fe5 Disallow re-joining, see #2873
* Disallow join requests when already part of a cluster
* Remove wipe state when joining, since join can only be
  performed from empty state
* When trying to join, only accept gossip from that member
* Ignore gossips from unknown (and unreachable) members
* Make sure received gossip contains selfAddress
* Test join of fresh node with same host:port
* Remove JoinTwoClustersSpec
* Welcome message as reply to Join
* Retry unsucessful join request
* AddressUidExtension
* Uid in cluster Member identifier
  To be able to distinguish nodes with same host:port
  after restart.
* Ignore gossip with wrong uid
* Renamed Remove command to Shutdown
* Use uid in vclock identifier
* Update sample, Member apply is private
* Disabled config duration syntax and cleanup of io settings
* Update documentation
2013-04-17 16:48:18 +02:00
..
images Move phi images to new dir, see #2251 2012-09-21 16:40:17 +02:00
cluster-usage-java.rst Disallow re-joining, see #2873 2013-04-17 16:48:18 +02:00
cluster-usage-scala.rst Disallow re-joining, see #2873 2013-04-17 16:48:18 +02:00
cluster.rst Joining member should not be leader, see #3021 2013-03-07 14:07:17 +01:00
index.rst Java version of Cluster usage documentation, see #2502 2012-10-04 14:16:11 +02:00