0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 10 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1. Fixed problems with actor fail-over migration. 2. Readded the tests for explicit and automatic migration 3. Fixed timeout issue in FutureSpec More... almost 13 years ago
Merge branch 'master' of github.com:jboner/akka More... almost 13 years ago
Removed call to 'start()' in the constructor of ClusterActorRef More... almost 13 years ago
Minor refactoring and restructuring More... almost 13 years ago
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 More... almost 13 years ago
Ticket 981: Removed the blocking call that was used to initialize the routing rules in the OrderReceiver More... almost 13 years ago
Ticket 981: EventHandler instead of println More... almost 13 years ago
Ticket 981: Refactoring, renamed and consolidated More... almost 13 years ago
Ticket 981: Reduced default repeat factor to make tests quick when not benchmarking More... almost 13 years ago
Ticket 981: Removed TxLog, not interesting More... almost 13 years ago
Inital import of akka-sample-trading. Same as original except rename of root package More... almost 13 years ago
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. 2. Added test for it. 3. Fixed wrong Java fault-tolerance docs 4. Fixed race condition in maintenance of connections to new nodes More... almost 13 years ago
Merge remote branch 'remotes/origin/modules-migration' More... almost 13 years ago
Basis for sbt 0.10 build More... almost 13 years ago
Move sbt 0.7 build to one side More... almost 13 years ago
Disabled the migration test until race condition solved More... almost 13 years ago
Merged with master More... almost 13 years ago
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. 2. Fixed many issues and both known and hidden bugs in the migration code as well as other parts of the cluster functionality. 3. Made the node holding the ClusterActorRef being potentially part of the replica set for the actor it is representing. 4. Changed and cleaned up ClusterNode API, especially the ClusterNode.store methods. 5. Commented out ClusterNode.remove methods until we have a full story how to do removal 6. Renamed Peter's PeterExample test to a more descriptive name 7. Added round robin router test with 3 replicas 8. Rewrote migration tests to actually test correctly 9. Rewrote existing round robin router tests, now more solid 10. Misc improved logging and documentation and ScalaDoc More... almost 13 years ago
Adding support for ForkJoin dispatcher as FJDispatcher More... almost 13 years ago
Added ScalaDoc to TypedActor More... almost 13 years ago
Merge branch 'wip-cluster-test' More... almost 13 years ago
work on the clustered test; deployment of actor fails and this test finds that bug More... almost 13 years ago
Merge branch 'wip-cluster-test' More... almost 13 years ago
Added a test for actors not being deployed in the correct node More... almost 13 years ago
Use new cluster test node classes in round robin failover More... almost 13 years ago
Remove double creation in durable mailbox storage More... almost 13 years ago
Cluster test printlns in correct order More... almost 13 years ago
Merge branch 'wip-cluster-test' More... almost 13 years ago
more work on the roundrobin tests More... almost 13 years ago
Merge branch 'master' of github.com:jboner/akka More... almost 13 years ago