Commit graph

2486 commits

Author SHA1 Message Date
Peter Vlugter
89d2cee554 Use coordinated.await in test 2010-11-14 09:54:10 +13:00
Peter Vlugter
5fb14aeade Add coordinated transactions for typed actors 2010-11-14 09:54:10 +13:00
Peter Vlugter
a07a85a04f Update new redis tests 2010-11-14 09:54:10 +13:00
Peter Vlugter
489c3a54b8 Add untyped transactor 2010-11-14 09:53:15 +13:00
Peter Vlugter
0fa9a670c2 Add Java API for coordinated transactions 2010-11-14 09:53:15 +13:00
Peter Vlugter
49c2d7110a Move Transactor and Coordinated to akka.transactor package 2010-11-14 09:53:15 +13:00
Peter Vlugter
1fc7532142 Some tidy up 2010-11-14 09:53:15 +13:00
Peter Vlugter
f18881ba19 Add reworked Agent 2010-11-14 09:53:15 +13:00
Peter Vlugter
9a0b442704 Update stm scaladoc 2010-11-14 09:53:15 +13:00
Peter Vlugter
9f725b2742 Add new transactor based on new coordinated transactions 2010-11-14 09:53:14 +13:00
Peter Vlugter
2d3f3df971 Add new mechanism for coordinated transactions 2010-11-14 09:53:14 +13:00
Peter Vlugter
99d6d6b20d Reworked stm with no global/local 2010-11-14 09:53:14 +13:00
Peter Vlugter
a32c30ad75 First pass on separating stm into its own module
- removed transactors everywhere
- moved stm into akka-stm module
- disabled agents (they use transactors internally)
- rewrote persistence tests so that they don't use transactors
2010-11-14 09:53:14 +13:00
Viktor Klang
7b0347ff73 Merge branch 'master' of github.com:jboner/akka 2010-11-13 20:42:10 +01:00
Debasish Ghosh
2c9feef4cd Fixed Issue 528 - RedisPersistentRef should not throw in case of missing key 2010-11-13 22:02:35 +05:30
Debasish Ghosh
ac1baa8143 Implemented addition of entries with same score through zrange - updated test cases 2010-11-13 21:39:25 +05:30
Peter Vlugter
0678719ffe Ensure unique scores for redis sorted set test 2010-11-13 10:42:58 +13:00
ticktock
12ffe00d60 closing ticket 518 2010-11-12 10:25:36 -05:00
ticktock
febf3dfaed Merge branch 'ticket-518' of https://github.com/jboner/akka into ticket-518 2010-11-12 10:03:14 -05:00
ticktock
13bce50ee7 clean up some code 2010-11-12 10:02:30 -05:00
momania
c3af80f40b minor simplification 2010-11-12 14:24:06 +01:00
momania
bc7746493c Merge branch 'master' of git-proxy:jboner/akka 2010-11-12 14:17:45 +01:00
momania
d22148beca - add possibility to specify channel prefetch side for consumer 2010-11-12 14:17:32 +01:00
Viktor Klang
ae319f56a2 Merge branch 'remove-cluster' 2010-11-12 14:16:07 +01:00
Viktor Klang
3d69d05365 Merge branch 'master' of github.com:jboner/akka 2010-11-12 14:04:50 +01:00
Viktor Klang
23026d874a Adding configurable default dispatcher timeout and re-instating awaitEither 2010-11-12 14:04:06 +01:00
Viktor Klang
635d3d9613 Adding Futures.firstCompleteOf to allow for composability 2010-11-12 12:54:48 +01:00
Viktor Klang
b0f13c5517 Replacing awaitOne with a listener based approach 2010-11-12 12:52:08 +01:00
Viktor Klang
78a00b4565 Adding support for onComplete listeners to Future 2010-11-12 12:11:53 +01:00
Viktor Klang
98af9c42bc Removing legacy code for 1.0 2010-11-12 10:58:16 +01:00
Debasish Ghosh
353e306dac Merge branch 'master' of git@github.com:jboner/akka 2010-11-12 10:03:53 +05:30
Debasish Ghosh
378deb72b0 updated test case to ensure that sorted sets have diff scores 2010-11-12 10:02:58 +05:30
ticktock
e72e95b2d6 fix source of compiler warnings 2010-11-11 17:27:04 -05:00
ticktock
cb7e9877e0 finished enabling batch puts and gets in simpledb 2010-11-11 16:33:23 -05:00
Viktor Klang
df66185d26 Fixing ticket #519 2010-11-11 19:41:06 +01:00
Viktor Klang
4bdc2092c8 Removing pointless synchroniation 2010-11-11 18:22:26 +01:00
Viktor Klang
8c2ed8bd03 Fixing #522 2010-11-11 18:19:45 +01:00
Viktor Klang
a89f79a7b4 Fixing ticket #524 2010-11-11 17:23:37 +01:00
ticktock
0c0dd6f804 Merge branch 'master' of https://github.com/jboner/akka into ticket-518 2010-11-11 10:11:56 -05:00
Debasish Ghosh
6c200163cf Fix for Ticket 513 : Implement snapshot based persistence control in SortedSet 2010-11-11 16:18:16 +05:30
ticktock
111246c57a cassandra, riak, memcached, voldemort working, still need to enable bulk gets and puts in simpledb 2010-11-10 20:25:18 -05:00
ticktock
ca6569f200 first pass at refactor, common access working (cassandra) now to KVAccess 2010-11-10 16:26:04 -05:00
Viktor Klang
39783de6f3 Merge branch 'master' of github.com:jboner/akka 2010-11-10 15:07:40 +01:00
Viktor Klang
d941effc06 Merge branch 'master' of https://github.com/paulpach/akka 2010-11-10 06:50:24 +01:00
ticktock
b3b23ffac0 Merging support of amazon simpledb as a persistence backend 2010-11-09 16:57:58 -05:00
Paul Pacheco
76f0bf86ee Check that either implementation or ref are specified 2010-11-09 13:25:59 -06:00
ticktock
c21fa1246b test max key and value sizes 2010-11-09 12:49:52 -05:00
Viktor Klang
a01382603d Merge branch 'master' of github.com:jboner/akka 2010-11-09 16:22:37 +01:00
Martin Krasser
c4af7c9b79 Merge branch '473-krasserm' 2010-11-09 14:29:54 +01:00
Martin Krasser
121bb8ca96 Customizing routes to typed consumer actors (Scala and Java API) and refactorings. 2010-11-09 13:52:20 +01:00