ticktock
|
c63d021c34
|
factor out redundant code
|
2010-11-19 15:51:19 -05:00 |
|
ticktock
|
14f4cc55d5
|
factor out redundant code
|
2010-11-19 15:51:19 -05:00 |
|
Paul Pacheco
|
28037666d5
|
Cleaned up some semicolons
Test now compiles (but does not pass)
|
2010-11-19 11:53:51 -06:00 |
|
Paul Pacheco
|
a4b122ef92
|
Cleaned up some semicolons
Test now compiles (but does not pass)
|
2010-11-19 11:53:51 -06:00 |
|
ticktock
|
825d9cb33c
|
cleanup from wip merge
|
2010-11-19 11:00:01 -05:00 |
|
ticktock
|
62f0bae33d
|
cleanup from wip merge
|
2010-11-19 11:00:01 -05:00 |
|
ticktock
|
8137adcda3
|
check reference equality when registering a persistent datastructure, and fail if one is already there with a different reference
|
2010-11-19 09:29:36 -05:00 |
|
ticktock
|
d2ed29ef37
|
check reference equality when registering a persistent datastructure, and fail if one is already there with a different reference
|
2010-11-19 09:29:36 -05:00 |
|
Paul Pacheco
|
a605ac4eea
|
Refatored createActor,
separate unit tests
cleanup according to viktor's suggestions
|
2010-11-18 22:38:45 -06:00 |
|
Paul Pacheco
|
9f53ad3f66
|
Refatored createActor,
separate unit tests
cleanup according to viktor's suggestions
|
2010-11-18 22:38:45 -06:00 |
|
ticktock
|
cad793cc34
|
added retries to persistent state commits, and restructured the storage api to provide management over the number of instances of persistent datastructures
|
2010-11-18 22:57:33 -05:00 |
|
ticktock
|
12b50a623e
|
added retries to persistent state commits, and restructured the storage api to provide management over the number of instances of persistent datastructures
|
2010-11-18 22:57:33 -05:00 |
|
Paul Pacheco
|
5f073e2ab5
|
Merge branch 'master' of git://github.com/jboner/akka
|
2010-11-18 20:10:42 -06:00 |
|
Paul Pacheco
|
bd8091b817
|
Merge branch 'master' of git://github.com/jboner/akka
|
2010-11-18 20:10:42 -06:00 |
|
ticktock
|
9f6f72ef3d
|
merge wip
|
2010-11-18 20:13:10 -05:00 |
|
ticktock
|
ae0292cfd5
|
merge wip
|
2010-11-18 20:13:10 -05:00 |
|
ticktock
|
772444418e
|
add TX retries, and add a helpful error logging in ReflectiveAccess
|
2010-11-18 19:48:51 -05:00 |
|
ticktock
|
c97df19475
|
add TX retries, and add a helpful error logging in ReflectiveAccess
|
2010-11-18 19:48:51 -05:00 |
|
ticktock
|
75518095fe
|
most of the work for retry-able persistence commits and managing the instances of persistent data structures
|
2010-11-18 16:29:07 -05:00 |
|
ticktock
|
3c89c3e714
|
most of the work for retry-able persistence commits and managing the instances of persistent data structures
|
2010-11-18 16:29:07 -05:00 |
|
Paul Pacheco
|
126ea2caaf
|
refactored the createActor function to make it easier to understand and
remove the return statements;
|
2010-11-18 12:48:31 -06:00 |
|
Paul Pacheco
|
4c001fea15
|
refactored the createActor function to make it easier to understand and
remove the return statements;
|
2010-11-18 12:48:31 -06:00 |
|
Paul Pacheco
|
8c35885702
|
Cleaned up patch as suggested by Vicktor
|
2010-11-18 11:09:55 -06:00 |
|
Paul Pacheco
|
dcf78ad5cd
|
Cleaned up patch as suggested by Vicktor
|
2010-11-18 11:09:55 -06:00 |
|
Viktor Klang
|
0e9aa2d655
|
Making register and unregister of ActorRegistry private
|
2010-11-18 16:46:24 +01:00 |
|
Viktor Klang
|
7290315d42
|
Making register and unregister of ActorRegistry private
|
2010-11-18 16:46:24 +01:00 |
|
Peter Vlugter
|
d2c9da0b88
|
Change to akka-actor rather than akka-remote as default in sbt plugin
|
2010-11-18 12:54:55 +13:00 |
|
Peter Vlugter
|
bc41899f4b
|
Change to akka-actor rather than akka-remote as default in sbt plugin
|
2010-11-18 12:54:55 +13:00 |
|
Peter Vlugter
|
120664f893
|
Change to akka-actor rather than akka-remote as default in sbt plugin
|
2010-11-18 12:43:51 +13:00 |
|
Peter Vlugter
|
1dee84cbce
|
Change to akka-actor rather than akka-remote as default in sbt plugin
|
2010-11-18 12:43:51 +13:00 |
|
ticktock
|
a7939eef8b
|
wip
|
2010-11-16 16:51:38 -05:00 |
|
ticktock
|
94f1687799
|
wip
|
2010-11-16 16:51:38 -05:00 |
|
Debasish Ghosh
|
0f75cea8e3
|
redis tests should not run by default
|
2010-11-16 18:08:17 +05:30 |
|
Debasish Ghosh
|
6c77de66b8
|
redis tests should not run by default
|
2010-11-16 18:08:17 +05:30 |
|
Debasish Ghosh
|
3bf6d1d615
|
fixed ticket #531 - Fix RedisStorage add() method in Java API : added Java test case akka-persistence/akka-persistence-redis/src/test/java/akka/persistence/redis/RedisStorageTests.java
|
2010-11-16 17:52:43 +05:30 |
|
Debasish Ghosh
|
3056668c97
|
fixed ticket #531 - Fix RedisStorage add() method in Java API : added Java test case akka-persistence/akka-persistence-redis/src/test/java/akka/persistence/redis/RedisStorageTests.java
|
2010-11-16 17:52:43 +05:30 |
|
ticktock
|
f278780987
|
wip
|
2010-11-15 23:07:01 -05:00 |
|
ticktock
|
4886a286c3
|
wip
|
2010-11-15 23:07:01 -05:00 |
|
ticktock
|
7467af1d0b
|
wip
|
2010-11-15 16:51:55 -05:00 |
|
ticktock
|
61604a76e9
|
wip
|
2010-11-15 16:51:55 -05:00 |
|
ticktock
|
b9409b1f90
|
wip
|
2010-11-15 16:09:52 -05:00 |
|
ticktock
|
98eb924860
|
wip
|
2010-11-15 16:09:52 -05:00 |
|
ticktock
|
0be5f3a8c0
|
Merge branch 'master' into wip-ticktock-persistent-transactor
|
2010-11-15 16:06:13 -05:00 |
|
ticktock
|
54895cef69
|
Merge branch 'master' into wip-ticktock-persistent-transactor
|
2010-11-15 16:06:13 -05:00 |
|
ticktock
|
6f7fed809a
|
retry only failed/not executed Ops if the starabe backend is not transactional
|
2010-11-15 16:06:04 -05:00 |
|
ticktock
|
d4cd0ff3ac
|
retry only failed/not executed Ops if the starabe backend is not transactional
|
2010-11-15 16:06:04 -05:00 |
|
ticktock
|
78252532ff
|
fix ticket-532
|
2010-11-15 11:48:50 -05:00 |
|
ticktock
|
b4842bbd7c
|
fix ticket-532
|
2010-11-15 11:48:50 -05:00 |
|
ticktock
|
38ec6f2b3d
|
Merge branch 'master' of https://github.com/jboner/akka into wip-ticktock-persistent-transactor
|
2010-11-15 09:36:44 -05:00 |
|
ticktock
|
5494fec9a9
|
Merge branch 'master' of https://github.com/jboner/akka into wip-ticktock-persistent-transactor
|
2010-11-15 09:36:44 -05:00 |
|