akka-persistence-redis
akka-persistence-redis copied to clipboard
Failed to persist event type [{}] with sequence number [{}] for persistenceId
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.
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
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?
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??
I have the same issue.
@ssong-van Is it fair to assume that this codebase is not actively maintained anymore?
Hi, unfortunately we are no longer actively maintaining the proejct.
I will go update the README