pekko/akka-cluster/src/main/scala/akka/cluster
Jonas Bonér 4a179d14bb 1. Makes sure to check if 'akka.enabled-modules=["cluster"]' is set before checking if the akka-cluster.jar is on the classpath, allowing non-cluster deployment even with the JAR on the classpath
2. Fixed bug with duplicate entries in replica set for an actor address
3. Turned on clustering for all Multi JVM tests

Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-07-05 14:46:05 +02:00
..
storage added missing storage dir 2011-06-29 13:48:09 +03:00
zookeeper 1. Added configuration option for 'preferred-nodes' for a clustered actor. The replica set is now tried to be satisfied by the nodes in the list of preferred nodes, if that is not possible, it is randomly selected among the rest. 2011-07-05 13:28:02 +02:00
BookKeeperServer.scala - more style related cleanup 2011-05-18 12:25:27 +02:00
Cluster.scala 1. Makes sure to check if 'akka.enabled-modules=["cluster"]' is set before checking if the akka-cluster.jar is on the classpath, allowing non-cluster deployment even with the JAR on the classpath 2011-07-05 14:46:05 +02:00
ClusterActorRef.scala 1. Changed the internal structure of cluster meta-data and how it is stored in ZooKeeper. Affected most of the cluster internals which have been rewritten to a large extent. Lots of code removed. 2011-07-02 18:18:48 +02:00
ClusterDeployer.scala 1. Added configuration option for 'preferred-nodes' for a clustered actor. The replica set is now tried to be satisfied by the nodes in the list of preferred nodes, if that is not possible, it is randomly selected among the rest. 2011-07-05 13:28:02 +02:00
Routing.scala Merge branch 'master' of github.com:jboner/akka 2011-06-14 00:19:54 +02:00
TransactionLog.scala 1. Added configuration option for 'preferred-nodes' for a clustered actor. The replica set is now tried to be satisfied by the nodes in the list of preferred nodes, if that is not possible, it is randomly selected among the rest. 2011-07-05 13:28:02 +02:00