Re: [akka-user] Issue with Akka recovery

2016-04-16 Thread Konrad Malawski
Which version of Cassandra are you using? We've seen a number of problems in older versions: https://github.com/krasserm/akka-persistence-cassandra/issues/113 On Thu, Apr 14, 2016 at 6:11 PM, Amruta wrote: > Hi, > > I am using cassandra for journaling and storing snapshot in Akka(Java). I > tak

[akka-user] Issue with Akka recovery

2016-04-14 Thread Amruta
Hi, I am using cassandra for journaling and storing snapshot in Akka(Java). I take a snapshot after sending few(1-5) messages and then send next set of messages(6-10). This takes a correct snapshot and I see sequence number 5 for my snapshot which looks right. If I kill my destination it takes