Akka-persistence-cassandra: Getting "Unable to find missing tagged event" when replaying events

Hi, we are observing some issues with akka-persistence-cassandra.

When we have a lot of events and replay them, we hit this line (missing.deadline.isOverdue()) and get an IllegalStateException on this line.

I wish I could provide more information on this, but I am not very familiar with the internals so that I could understand which data is relevant to investigating. Could someone help debug/fix this, or can I file an issue if this is an unknown bug? If you need more information please let me know.

1 Like

Hi, did you manage to solve this?