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 <parulek...@gmail.com> wrote:

> 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 a snapshot and stores the send messages
> of first (1-5) messages. Hence when I recover on next run those (1-5)
> messages lost and it recovers only (6-10). How can I recover from a
> snapshot which is one previous to latest
>
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Cheers,
Konrad 'ktoso' Malawski
Akka <http://akka.io/> @ Lightbend <http://lightbend.com/>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to