pekko/akka-docs/rst/java
Patrik Nordwall a0a0f39613 Hardening of cluster member leaving path, see #3309
* Removed leader commands for Shutdown and Exit
* Member shutdown itself  when it sees itself as Exiting
* Singleton cluster with status Exiting will shutdown itself,
  in case the Exiting gossip never arrives
* Exiting member not part convergence check
* Exiting member is removed by leader (on convergence) when the
  exiting member is in the unreachable set, i.e. sucessfully shutdown
* Reverted the change made for #3266, i.e. Exiting is
  detected as unreachable again.
* Adjust ClusterSingletonManager to new Exiting behaviour
* Fix bug in HeartbeatSender, which caused it to continue to
  send heartbeats to removed nodes, instead of rebalancing
* Refactoring of leaderActions method
* Leaving section in docs
2013-05-17 11:39:49 +02:00
..
code/docs add Futures.promise to the docs 2013-05-09 21:50:28 +02:00
agents.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
camel.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
cluster-usage.rst Hardening of cluster member leaving path, see #3309 2013-05-17 11:39:49 +02:00
dispatchers.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
durable-mailbox.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
event-bus.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
extending-akka.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
fault-tolerance-sample.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
fault-tolerance.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
fsm.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
futures.rst add Futures.promise to the docs 2013-05-09 21:50:28 +02:00
hello-world.rst add akka.Main and use that to add Hello World docs 2013-04-30 11:31:17 +02:00
howto.rst Merge branch 'master' into wip-2605-java-pattern-ricklatrine 2012-12-08 11:49:06 +01:00
index-actors.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
index-futures.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
index-network.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
index-utilities.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
io.rst also fix java/io.rst link to EchoServer et al 2013-04-22 17:13:35 +03:00
logging.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
microkernel.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
remoting.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
routing.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
scheduler.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
serialization.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
stm.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
testing.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
transactors.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
typed-actors.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
untyped-actors.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
zeromq.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00