pekko/akka-docs/rst/scala
Patrik Nordwall dc9fe4f19c !clu #2307 Allow transition from unreachable to reachable
* Replace unreachable Set with Reachability table
* Unreachable members stay in member Set
* Downing a live member was moved it to the unreachable Set,
  and then removed from there by the leader. That will not
  work when flipping back to reachable, so a Down member must
  be detected as unreachable before beeing removed. Similar
  to Exiting. Member shuts down itself if it sees itself as
  Down.
* Flip back to reachable when failure detector monitors it as
  available again
* ReachableMember event
* Can't ignore gossip from aggregated unreachable (see SurviveNetworkInstabilitySpec)
* Make use of ReachableMember event in cluster router
* End heartbeat when acknowledged, EndHeartbeatAck
* Remove nr-of-end-heartbeats from conf
* Full reachability info in JMX cluster status
* Don't use interval after unreachable for AccrualFailureDetector history
* Add QuarantinedEvent to remoting, used for Reachability.Terminated
* Prune reachability table when all reachable
* Update documentation
* Performance testing and optimizations
2013-09-11 13:10:29 +02:00
..
code/docs Merge pull request #1649 from akka/wip-3531-orElse-decider-patriknw 2013-08-21 05:15:04 -07:00
actors.rst Merge pull request #1671 from akka/wip-3529-identify-sugar-patriknw 2013-08-27 02:14:19 -07:00
agents.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
camel.rst DOC: how to conf dispatcher of camel producer, see #3048 2013-07-05 10:45:19 +02:00
cluster-usage.rst !clu #2307 Allow transition from unreachable to reachable 2013-09-11 13:10:29 +02:00
dataflow.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
dispatchers.rst Split mailbox documentation into a separate section. See #3341 2013-05-28 13:34:35 +02:00
durable-mailbox.rst =doc Move up dependency info for DurableMailboxSpec 2013-08-12 12:57:50 +02:00
event-bus.rst =doc: Document that EventBus do not preserve sender #2918 2013-07-02 12:11:50 +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 =doc #3531 Recommend orElse’ing super.supervisorStrategy.decider 2013-08-19 15:00:41 +02:00
fsm.rst Quick grammar fix for Scala/FSM docs. 2013-06-17 12:31:26 -03: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 =doc #3500 Add section about Dependency Injection 2013-08-26 09:58:16 +02:00
index-actors.rst Split mailbox documentation into a separate section. See #3341 2013-05-28 13:34:35 +02:00
index-futures.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
index-network.rst split IO docs and mark them EXPERIMENTAL, see #3294 2013-05-26 19:55:35 +02:00
index-utilities.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
io-codec.rst #3434 - Fixing dead link to Iteratees in io-codec.rst 2013-06-15 09:50:08 -04:00
io-old.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
io-tcp.rst a few fixes after review of the IO doc changes 2013-05-27 14:26:34 +02:00
io-udp.rst split IO docs and mark them EXPERIMENTAL, see #3294 2013-05-26 19:55:35 +02:00
io.rst split IO docs and mark them EXPERIMENTAL, see #3294 2013-05-26 19:55:35 +02:00
logging.rst Log dead letters, see #3453 2013-06-20 12:09:09 +02:00
mailboxes.rst Merge pull request #1595 from akka/wip-3483-default-mailbox-patriknw 2013-07-08 02:46:11 -07:00
microkernel.rst Adjust dist README, see #3105 2013-07-04 13:25:29 +02:00
remoting.rst +act #3529 Add convenience helper for looking up an actor by identity 2013-08-27 11:13:33 +02:00
routing.rst DOC: correct wrong advice in 'Routers and Supervision', see #3484 2013-07-04 14:03:16 +02:00
scheduler.rst = doc: Added warning about closing over in scheduled tasks #3263 2013-07-04 14:05:29 +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 Fix one more broken code include in docs. See #3374 2013-05-23 09:48:30 +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 =doc Update ZeroMQ pub/sub port mismatch between doc and code example 2013-08-19 15:55:22 +02:00