The Akka Persistence source references a config value that can be modified as follows:
akka { persistence { journal-plugin-fallback { recovery-event-timeout = 60s } } } On Wednesday, June 13, 2018 at 10:05:54 PM UTC-6, Swagt wrote: > > Persistence failure when replaying events for persistenceId > [persistence-node]. Last known sequence number [0] > akka.persistence.RecoveryTimedOut: Recovery timed out, didn't get event > within 30000 milliseconds, highest sequence number seen 0 > > Sometimes We encountered this problem at startup actor, we used > akka2.4.17, persistence config as below. What is this problem and how can > we solve it? > > persistence { > journal { > plugin = "akka.persistence.journal.leveldb" > leveldb { > dir = "data/platformClusterJournal" > } > } > snapshot-store { > local { > dir = "data/platformClusterSnapshots" > } > } > } > > > -- ***************************************************************************************************** ** New discussion forum: https://discuss.akka.io/ replacing akka-user google-group soon. ** This group will soon be put into read-only mode, and replaced by discuss.akka.io ** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced ***************************************************************************************************** >>>>>>>>>> >>>>>>>>>> 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.