Re: [akka-user] Delaying recovery?

2015-11-26 Thread Brice Figureau
On Wed, 2015-11-25 at 14:05 +0100, Patrik Nordwall wrote: > Good catch. That requires some more thought. Please create an issue. Done in issue #19016: https://github.com/akka/akka/issues/19016 Thanks! -- Brice Figureau -- >> Read the docs:

Re: [akka-user] Delaying recovery?

2015-11-25 Thread Brice Figureau
On Mon, 2015-11-16 at 14:57 +0100, Patrik Nordwall wrote: > I think you can randomly delay start of the entity actors by using a > supervisor actor (similar to the BackoffSupervisor). By the way, I > will fix the passivation issue in the BackoffSupervisor. Thanks for the answer! That's more or

Re: [akka-user] Delaying recovery?

2015-11-25 Thread Patrik Nordwall
Good catch. That requires some more thought. Please create an issue . Thanks, Patrik On Wed, Nov 25, 2015 at 1:27 PM, Brice Figureau wrote: > On Mon, 2015-11-16 at 14:57 +0100, Patrik Nordwall wrote: > > I think you can

[akka-user] Delaying recovery?

2015-11-09 Thread Brice Figureau
Hi, I have a ClusterSharding whose remembered entries are PersistentActors, using the cassandra journal. The problem is if one of the node fails over (or if the cluster is fully restarted), then all those entries try to recover at the exact same time, overloading the persistence backend which