No description
Find a file
Patrik Nordwall a188099f91 =con #15440 Add invariant checks to ClusterSharding state
* I suspect that the issue #15440 happens because of replay of events
  in wrong order (ShardHomeAllocated received before ShardRegionRegistered)
  by the hbase journal
* This does not fix that issue, but the additional invariant checks and
  debug statements  would perhaps make it easier for us to diagnose such
  issues
* These changes also ensures that the allocation strategy does not return
  the wrong thing.
* It also tightens a possible error if a region is terminated while a
  rebalance is in progress

(cherry picked from commit d07b9db4958236d580b8bfb8f92461969ff88cbc)
2014-06-30 13:19:00 +02:00
akka-actor Merge pull request #15465 from akka/wip-15284-throws-annotation-master-patriknw 2014-06-27 14:56:23 +02:00
akka-actor-tests Merge pull request #15465 from akka/wip-15284-throws-annotation-master-patriknw 2014-06-27 14:56:23 +02:00
akka-agent =pro #15031 separate sbt build file for every module 2014-05-14 10:05:09 +02:00
akka-bench-jmh/src/main/scala/akka/persistence =per #15459 Use full batching for persistAsync and defer 2014-06-27 12:18:56 +02:00
akka-camel =pro #15031 separate sbt build file for every module 2014-05-14 10:05:09 +02:00
akka-cluster =act,clu,con,doc,per,rem,sam #15114 append missing parens at Actor.sender() invocations 2014-06-20 23:05:51 +02:00
akka-contrib =con #15440 Add invariant checks to ClusterSharding state 2014-06-30 13:19:00 +02:00
akka-docs =per Fix minor doc issues 2014-06-28 17:33:08 +02:00
akka-kernel =pro #15031 separate sbt build file for every module 2014-05-14 10:05:09 +02:00
akka-multi-node-testkit =pro #15031 separate sbt build file for every module 2014-05-14 10:05:09 +02:00
akka-osgi =pro #15031 separate sbt build file for every module 2014-05-14 10:05:09 +02:00
akka-persistence =per Fix minor doc issues 2014-06-28 17:33:08 +02:00
akka-remote +act #13992 Improve identify replies of wildcard selections 2014-06-23 12:19:03 +02:00
akka-remote-tests =act,clu,con,doc,per,rem,sam #15114 append missing parens at Actor.sender() invocations 2014-06-20 23:05:51 +02:00
akka-samples =per #15441 Remove persistent stream in docs and sample 2014-06-28 17:24:25 +02:00
akka-slf4j =pro #15031 separate sbt build file for every module 2014-05-14 10:05:09 +02:00
akka-stream/src +per,+str #15035 Reactive-stream producers for persistent messages written by akka-persistence processors 2014-06-25 15:07:50 +02:00
akka-testkit =tes #15132 remove not needed lazy val 2014-06-20 16:54:53 +02:00
akka-zeromq =pro #15031 separate sbt build file for every module 2014-05-14 10:05:09 +02:00
atmos/src/main/resources Trace all system actors 2013-06-27 16:03:30 +02:00
project =act #15395 update typesafe config API URL 2014-06-20 14:45:07 +02:00
scripts =pro silence github tagging (curl) 2014-05-30 13:04:02 +02:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore Update .gitignore 2014-05-21 13:48:06 +02:00
CONTRIBUTING.md =doc switch to GitHub Issues 2014-04-13 18:38:11 +02:00
LICENSE Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
README.textile =pro clean up build 2013-12-13 21:06:13 +01:00

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 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.