1. Implemented replication through transaction log, e.g. logging all messages and replaying them after actor migration

2. Added first replication test (out of many)
3. Improved ScalaDoc
4. Enhanced the remote protocol with replication info

Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
This commit is contained in:
Jonas Bonér 2011-07-08 08:28:13 +02:00
parent 6117e599d6
commit 0b1ee758f5
36 changed files with 893 additions and 550 deletions

View file

@ -119,7 +119,7 @@ class RoutingSpec extends WordSpec with MustMatchers {
for (i 1 to 500) d ! i
try {
latch.await(10 seconds)
latch.await(20 seconds)
} finally {
// because t1 is much slower and thus has a bigger mailbox all the time
t1Count.get must be < (t2Count.get)