No description
Find a file
Patrik Nordwall 1e4b2585c7 Publish LeaderChanged when first seen, see #3131
* The problem in ClusterSingletonManagerChaosSpec was that node 4 doesn't publish
  LeaderChanged, because there is never convergence on node 4 of the new Up
  state for the three new nodes before they are shutdown. When it becomes
  convergence on node 4 prevConvergedGossip and newGossip have same leader
  (i.e. no change).
* LeaderChanged is now published when the new leader is first seen, i.e. same
  as member events. This makes sense now when leader can't be in Joining state.
2013-03-11 12:41:15 +01:00
akka-actor/src/main fix formatting of Java API in doc comments + genjavadoc 0.3 2013-03-07 09:05:55 +01:00
akka-actor-tests/src/test Dump diagnostics (Coroner's Report) if a test takes too long. Fixes #3110 2013-03-08 12:39:19 +13:00
akka-agent/src fix formatting of Java API in doc comments + genjavadoc 0.3 2013-03-07 09:05:55 +01:00
akka-camel/src fix formatting of Java API in doc comments + genjavadoc 0.3 2013-03-07 09:05:55 +01:00
akka-channels/src/main/scala/akka/channels
akka-channels-tests/src
akka-cluster/src Publish LeaderChanged when first seen, see #3131 2013-03-11 12:41:15 +01:00
akka-contrib Cluster singleton failure due to down-removed, see #3130 2013-03-11 12:37:35 +01:00
akka-dataflow/src
akka-docs Joining member should not be leader, see #3021 2013-03-07 14:07:17 +01:00
akka-durable-mailboxes Java docs and sample of durable mailbox, see #2761 2013-02-20 12:52:28 +01:00
akka-kernel/src/main Change more copyright to 2009-2013, see #2879 2013-02-20 21:26:52 +01:00
akka-multi-node-testkit/src/main Change more copyright to 2009-2013, see #2879 2013-02-20 21:26:52 +01:00
akka-osgi/src
akka-osgi-aries/src Change more copyright to 2009-2013, see #2879 2013-02-20 21:26:52 +01:00
akka-remote/src Merge pull request #1212 from drewhk/wip-3111-init-race-transportadapter-drewhk 2013-03-01 07:02:08 -08:00
akka-remote-tests/src Make RandomRoutedRemoteActorSpec lucky, see #3061 2013-02-22 15:23:19 +01:00
akka-samples Publish member events when state change first seen, see #3075 2013-03-07 14:07:17 +01:00
akka-sbt-plugin Akka SBT plugin now uses project IDs instead of names. See #2695 2013-02-22 09:17:16 +01:00
akka-slf4j/src
akka-testkit/src Merge pull request #1211 from akka/wip-3110-test-thread-dump-rich 2013-03-07 23:21:35 -08:00
akka-transactor/src fix formatting of Java API in doc comments + genjavadoc 0.3 2013-03-07 09:05:55 +01:00
akka-zeromq/src fix formatting of Java API in doc comments + genjavadoc 0.3 2013-03-07 09:05:55 +01:00
project make config switchable in initialCommands for SBT console 2013-03-07 19:59:59 +01:00
scripts
src/main/ls
.gitignore
CONTRIBUTING.md
LICENSE Change more copyright to 2009-2013, see #2879 2013-02-20 21:26:52 +01:00
README.textile

h1. Akka

We believe that writing correct concurrent, fault-tolerant and scalable applications is too hard. Most of the time it's because we are using the wrong tools and the wrong level of abstraction.

Akka is here to change that.

Using the Actor Model together with Software Transactional Memory we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications.

For fault-tolerance we adopt the "Let it crash" model which the telecom industry has used with great success to build applications that self-heal and systems that never stop.

Actors also provide the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications.

Akka is Open Source and available under the Apache 2 License.

Learn more at "http://akka.io":http://akka.io.