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

Failed to persist event type [{}] with sequence number [{}] for persistenceId #39

Open
skokorin opened this issue Mar 8, 2018 · 7 comments

Comments

@skokorin
Copy link

skokorin commented Mar 8, 2018

Hi, I've got a persistence failure on one of environments after sometime. The problem there is no indication of cause of a problem. I receive "CircuitBreaker Timeout" as a cause, without nesting exception. How I can log or catch the reason for persistence failure.

@ssong-van
Copy link
Contributor

Circuit break opens when asyncWriteMessages returns a failed future. You would need to log the exception in this line https://github.com/hootsuite/akka-persistence-redis/blob/master/src/main/scala/com/hootsuite/akka/persistence/redis/journal/RedisJournal.scala#L64

@ssong-van
Copy link
Contributor

Do you get an error as stated in the issue title? Is something trying to persist an empty event? Can you log what's being persisted?

@ninaball
Copy link

ninaball commented Apr 23, 2019

i had the same error, i'm trying to persist an empty event, and Redis delete this key. What could i do to prevent this??

@hamelmoon
Copy link

I have the same issue.

@naderghanbari
Copy link

@ssong-van Is it fair to assume that this codebase is not actively maintained anymore?

@ssong-van
Copy link
Contributor

Hi, unfortunately we are no longer actively maintaining the proejct.

@ssong-van
Copy link
Contributor

I will go update the README

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

No branches or pull requests

5 participants