Following are the aspects of my usage - Using same app code which uses same akka version and its dependencies on more than 1 node - All nodes are symmetric and use their individual disks to persist their own snapshots and journals (default LevelDB persistence is used)
Query - When I add a new node, can I copy journals and snapshots from one of existing node into the new node and start my app ? - Would the new app instance in new node be able to recover from the copy of snapshots / journals copied as above ? There is absolutely no change in my code / versions of artifacts etc. My current usecase is like this - I get a bunch of snapshot and journal files from production-environment in context of some reported bugs. So, I am trying use those in my dev-environment to reproduce or troubleshoot the issue Regards Muthu -- >>>>>>>>>> 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.
