Hi! I don't have any hard evidence (I would create a bug otherwise), but I feel that new persistence implementation is slower than the previous one.
My persistent actor receives messages in big bursts. With 2.3.3 API the processing was really fast. After I have migrated everything to 2.3.4 and use persist() method, I see that my persistent actor has huge queue and it takes very long time to process it. I'm doing snapshots every 1s and it is not uncommon now to see my actor without a snapshot for minutes because it is busy processing mailbox and writing tons of messages to journal. Was anything significant changed in persistence implementation besides the API? Did anyone see anything similar? I'm not sure I want to go into this rabbit hole without knowing that somebody else have this problem. -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
