Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snapshot sequence number is not increased when snapshoting #51

Open
codingvlad opened this issue Jun 27, 2018 · 2 comments
Open

Snapshot sequence number is not increased when snapshoting #51

codingvlad opened this issue Jun 27, 2018 · 2 comments

Comments

@codingvlad
Copy link

Hello. I have a project that for testing uses the akka-persistence-inmemory. The problem is that the snapshot sequence number is not increased. I cannot publish the code since is private but I just create a simple PersistentActor and call the saveSnapshot(...) 3 times. I have another actor recovering with the same persistence ID and it gets the latest snapshot but the sequence number is 0 and it should be 3. I checked the log and I do get 3 SaveSnapshotSuccess(---) messages but they all have the same sequence number. Anyone know why?

@dnvriend dnvriend added the bug label Aug 30, 2018
@dnvriend
Copy link
Owner

Thanks, will go to the backlog.

@codingvlad
Copy link
Author

codingvlad commented Aug 30, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants