Hello, I currently use Akka Cluster Sharding on my application and what I observed is that Akka is creating a lot of snapshots files named like: *snapshot-%2Fuser%2Fsharding%2FprocessingCoordinator%2Fsingleton%2Fcoordinator-24-1452181094411* These files are dated a month ago and they're still accessed by Akka Sharding. The only information I got about the term "snapshot" is from official documentation and it doesn't tell much about how these are created and in which conditions(tried everything from stop, restart, kill) yet the snapshots are created randomly on different days.
Do you have any idea what are these snapshots? -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
