Hello, >From what I read about it in the docs (http://doc.akka.io/docs/akka/2.4.1/scala/cluster-sharding.html), "The shard saves persistent snapshots after this number of persistent events. Snapshots are used to reduce recovery times." They seem to be created after a certain number of events (which might seem random to an outside observer) configurable with snapshot-after
Hope this helps, Fred On Monday, January 25, 2016 at 8:33:47 PM UTC+8, Cedrik wrote: > > 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.
