Commit graph

19 commits

Author SHA1 Message Date
Martynas Mickevičius
fb664c54a5 =doc fix URL to "The ϕ Accrual Failure Detector" paper 2015-11-04 16:26:45 +02:00
Patrik Nordwall
22b8853314 =clu #13584 mark as experimental and some doc clarificiations 2015-09-04 14:09:41 +02:00
Veiga Ortiz, Héctor
c08bc317e2 +clu #13584 Accept joining to be WeaklyUp during network split
* experimental feature, disabled by default
* Adding documentation to mention weakly up members.
  plus adding new diagram.
2015-09-04 12:44:47 +02:00
kukido
f52ee58cc8 =doc #17752 Compatibility with latest version of Sphinx 2015-07-09 08:14:53 +03:00
Patrik Nordwall
7d146e6fc3 =clu #16800 Remove NIY sections of Cluster Specification
* The Not Implemented Yet sections have passed their best before date
2015-07-01 14:58:14 +02:00
kukido
ab0c60eca7 =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
Patrik Nordwall
4fb22dec68 =clu #3750 Update cluster specification
* Based on Jonas' notes: https://gist.github.com/jboner/7692270
* Also removed "Future Extension" descriptions of cluster actor reference,
  since that is probably not the direction we are taking
2014-02-13 12:10:50 +01:00
Patrik Nordwall
4bd1586b1e =dur #3664 Deprecate durable mailboxes 2013-12-13 07:38:15 +01:00
Roland Kuhn
55b80b1a8a remove orphaned link 2013-12-07 10:48:07 +01:00
Jonas Boner
e8118a78e5 Removed section on how to create a dynamo style db on top of Akka from cluster docs 2013-11-28 10:54:07 +01:00
Patrik Nordwall
d5b25cbbc6 !act #3583 Timer based auto-down
* Replace (deprecate) akka.cluster.auto-down config setting with
  akka.cluster.auto-down-unreachable-after
* AutoDown actor that keeps track of unreachable members
  and performs down from the leader node when they have been
  unreachable for the specified duration
* Migration guide
2013-09-27 14:32:03 +02:00
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
Björn Antonsson
a7f6861d1d =doc #3539 Update the cluster spec
* The cluster spec has been rearranged into two sections describing the current cluster and future enhancements/additions.
* The state diagram has been replaced with a new one describing the current cluster implementation.
* A number of small additons and changes to the text.
2013-08-26 09:54:15 +02:00
Joa Ebert
d4122cb0be =doc Correct typo in cluster docs 2013-08-16 11:38:45 +02:00
Patrik Nordwall
dfbf2eb96a Footnote breaks pdf generation 2013-05-29 15:03:15 +02:00
Patrik Nordwall
bb030fa394 Mark not impl parts in Cluster Specification, see #3331 2013-05-28 16:24:30 +02:00
Patrik Nordwall
f64b68c466 Remove experimental label from cluster, see #3283 2013-05-23 18:15:20 +02:00
Patrik Nordwall
ad1eaa6d4a Remove auto-join config, derive from seed-nodes, see #3359 2013-05-17 13:54:51 +02:00
Roland
63c6bc7d88 restructure ToC of reST docs
- completely decouple Java/Scala and remove heading suffixes
- move all images into images/
- move cluster docs into “official” place
2013-04-19 13:40:37 +02:00
Renamed from akka-docs/rst/cluster/cluster.rst (Browse further)