Debasish Ghosh
aa904136fd
fix for the fix for #480 : new version of redisclient
2010-10-20 07:29:31 +05:30
Debasish Ghosh
2e46c3eafd
fix for issue #480 Regression multibulk replies redis client with a new version of redisclient
2010-10-19 23:38:41 +05:30
Viktor Klang
ddfb15ea4b
Added Java API constructor to supervision configuration
2010-10-19 18:41:18 +02:00
Viktor Klang
470cd00ca6
Refining Supervision API and remove AllForOne, OneForOne and replace with AllForOneStrategy, OneForOneStrategy etc
2010-10-19 14:17:22 +02:00
Viktor Klang
3af056f137
Moved Faulthandling into Supvervision
2010-10-19 10:44:27 +02:00
Viktor Klang
31aa8f7b81
Refactored declarative supervision, removed ScalaConfig and JavaConfig, moved things around
2010-10-18 19:30:43 +02:00
Viktor Klang
66975789cf
Removing local caching of actor self fields
2010-10-18 14:04:17 +02:00
ticktock
eee0d32610
Merge branch 'master' of https://github.com/jboner/akka
2010-10-15 12:27:06 -04:00
ticktock
31620a4fd0
adding default riak config to akka-reference.conf
2010-10-15 12:26:31 -04:00
Viktor Klang
b4ef705958
Closing #456
2010-10-15 17:24:15 +02:00
ticktock
b8acb06681
final tweaks before pushing to master
2010-10-15 10:28:20 -04:00
ticktock
b15f41781a
merging master
2010-10-15 10:26:42 -04:00
Viktor Klang
b929fd13e0
Added Java API for Supervise
2010-10-15 10:06:04 +02:00
Viktor Klang
fbddef7157
Merge with master
2010-10-15 10:03:12 +02:00
ticktock
7b465bc46f
added fork of riak-java-pb-client to embedded repo, udpated backend to use new code therein, and all tests pass
2010-10-14 19:50:17 -04:00
Viktor Klang
56ddc82eea
Closing ticket #469
2010-10-14 18:03:57 +02:00
ticktock
38ed24ad34
fix an inconsistency
2010-10-13 19:02:25 -04:00
ticktock
75ecbb5598
Initial Port of the Voldemort Backend to Riak
...
this is using the protobuf interface now, but may have to try to the http interface, since there seems to be some race conditions internally to riak during rapid updates/deletes, which may not happen with http
Basically single threaded tests that involve rapid updates/deletes fail. When the same tests are run in a debugger, and breakpoints are set such that there is time in between riak requests, the tests pass. :(
2010-10-13 17:03:54 -04:00
Viktor Klang
b01991473e
Removed duplicate code
2010-10-13 15:41:10 +02:00
ticktock
6ae5abf114
First pass at Riak Backend
2010-10-12 15:07:02 -04:00
Viktor Klang
06d49cc500
Merge branch 'master' into Kahlen-master
2010-10-12 17:54:07 +02:00
Viktor Klang
f71a24881b
Merging in CouchDB support
2010-10-12 17:29:32 +02:00
Viktor Klang
4e49a64771
Merge branch 'master' of http://github.com/Kahlen/akka into Kahlen-master
2010-10-12 16:10:31 +02:00
Martin Krasser
76d646e854
Merge branch 'master' of github.com:jboner/akka
2010-10-12 15:29:43 +02:00
Martin Krasser
5d6b3c81ce
Improvements to actor-component API docs
2010-10-12 15:29:19 +02:00
Viktor Klang
8b5540799b
Merge branch 'ticket462'
2010-10-12 13:22:32 +02:00
Viktor Klang
9dd962cd4d
Fixing #467
2010-10-12 13:18:15 +02:00
Viktor Klang
5fd077939d
Adding implicit dispatcher to spawn
2010-10-12 13:18:01 +02:00
Viktor Klang
9eb3f80017
Removing anonymous actor methods as per discussion on ML
2010-10-12 12:03:09 +02:00
Viktor Klang
9c73270564
Merge branch 'master' of github.com:jboner/akka into ticket462
2010-10-12 09:47:49 +02:00
Viktor Klang
db6f951a48
Switching to volatile int instead of AtomicInteger until ticket 384 is done
2010-10-11 19:15:14 +02:00
Viktor Klang
ecb0f22128
Tuned test to work, also fixed a bug in the restart logic
2010-10-11 18:41:43 +02:00
Viktor Klang
a001552cfe
Rewrote restart code, resetting restarts outside tiem window etc
2010-10-11 18:16:26 +02:00
Martin Krasser
f0d581ebb9
Merge branch 'master' of github.com:jboner/akka
2010-10-11 16:44:42 +02:00
Martin Krasser
8022fa3f4d
Dynamic message routing to actors. Closes #465
2010-10-11 16:37:38 +02:00
Viktor Klang
7fd6ba8cbf
Initial attempt at suspend/resume
2010-10-11 16:11:51 +02:00
Viktor Klang
389a5881d2
Switching to Switch and restructuring some EBEDD code
2010-10-11 14:02:46 +02:00
Viktor Klang
e0f1690bed
Switching to Switch for EBEDWSD active status
2010-10-11 13:14:55 +02:00
Viktor Klang
1ce0c7c880
Fixing performance regression
2010-10-11 12:42:02 +02:00
Martin Krasser
c443453e75
Refactorings
2010-10-11 11:02:32 +02:00
Viktor Klang
d534971cda
Fixed akka-jta bug and added tests
2010-10-11 09:53:44 +02:00
Viktor Klang
cf86ae2ec7
Merge branch 'ticket257'
2010-10-10 20:33:11 +02:00
Viktor Klang
f1d2bae377
Switched to JavaConversion wrappers
2010-10-10 18:31:00 +02:00
Jonas Bonér
aa82abd0bc
Merge branch 'master' of git@github.com:jboner/akka
2010-10-10 15:44:51 +02:00
Jonas Bonér
97e043b3fc
Removed errornous method in Future
2010-10-10 15:44:38 +02:00
ticktock
bf227926cf
Initial Scaffold of Riak Module
2010-10-09 22:24:31 -04:00
Martin Krasser
698524dc2b
Merge branch '457-krasserm'
2010-10-09 18:59:35 +02:00
Viktor Klang
efe1aea8bf
Folding 3 volatiles into 1, all transactor-based stuff
2010-10-09 15:13:55 +02:00
Jonas Bonér
75ff6f3d37
Merge branch 'master' of git@github.com:jboner/akka
2010-10-09 11:23:00 +02:00
Martin Krasser
2a602a5f9d
Tests for Message Java API
2010-10-09 10:17:42 +02:00