This question may be a bit vague, but I'm unsure how to make it more 
precise.

While using the cluster sharding extension, you have to provide some sort 
of persistence journal so that the plugin can store its metadata 
(ShardRegionAllocated, etc...).

These metadata are used when new actors are instantiated / moved across 
nodes to recover from their frozen state.

Suppose that for any reason your journal becomes corrupted (loses one 
entry, duplicates an entry, whatever). This leads to pretty bad exceptions 
at the actor's startup (Persistence recovery failure), possibly terminating 
the whole region if not correctly handled.

What is the best way to manage this scenario? (I'm asking for ideas at any 
level of the stack, from the supervisor's policy to some sort of 
intervention directly on the journal). Thanks,

D.

-- 
>>>>>>>>>>      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.

Reply via email to