pekko/akka-docs/rst/scala
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
actors.rst Enforce mailbox types on System actors. See #3273 2013-05-03 11:05:32 +02:00
agents.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
camel.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
cluster-usage.rst Hardening of cluster member leaving path, see #3309 2013-05-17 11:39:49 +02:00
dataflow.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
dispatchers.rst Fail actor creation if mailbox doesn't conform to required type. See #3237 2013-04-26 09:31:23 +02:00
durable-mailbox.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
event-bus.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
extending-akka.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
fault-tolerance-sample.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
fault-tolerance.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
fsm.rst Rename FSM and TestFSMRef's timerActive_? to isTimerActive. Fixes #2766 2012-12-06 17:28:49 +01: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 Changes according to review. #2513 2012-10-08 10:52:55 +02: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-old.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
io.rst Fix links to EchoServer.scala 2013-04-22 00:33:04 +03:00
logging.rst Logging of the size of different message types. 2013-05-03 15:49:42 +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 restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
scheduler.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
serialization.rst restructure ToC of reST docs 2013-04-19 13:40:37 +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
testkit-example.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 Fix 3 dead links to a paper in akka-docs. 2013-05-08 03:57:37 -04:00
typed-channels.rst Deprecate actorFor in favor of ActorSelection, see #3074 2013-04-08 18:11:52 +02:00
zeromq.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00