|
Hi, When is the cluster ready to send messages to shard coordinators? Here my experience: The first time the application is running the code inside the Cluster(mainSystem).registerOnMemberUp callback block will run without any problem. The code just sends a message to a Shard Region. But after the first run the callback code causes exceptions unless I put a timer and wait more for the cluster to be ready. It is somehow related to the persistence because when I delete the journal folder the program runs correctly as if it runs for the first time! I've also get sending HandOverToMe to [None] message in logs when program runs again (with journal folder). I posted an issue about this problem which I didn't think it would be related to persistence. Thanks --
-- Amir Karimi >>>>>>>>>> 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. |
