Re: [akka-user] AllocationStrategy rebalance() is stopping actors outside resharding list

2015-10-21 Thread Patrik Nordwall
ah, thanks for the update. Note that in Akka 2.4.0 the allocation strategy is async (returning a Future) and that might make it easier for you to integrate with actors. /Patrik On Wed, Oct 21, 2015 at 2:28 PM, Eduardo Fernandes wrote: > Ha my fault! > > I didn't know that

Re: [akka-user] AllocationStrategy rebalance() is stopping actors outside resharding list

2015-10-19 Thread Patrik Nordwall
Hi Eduardo, That sounds strange. I'm not aware of any know bug here, but that doesn't mean that it is bug free. Could you setup a testcase/example that we can use to reproduce the issue? Thanks, Patrik On Mon, Oct 19, 2015 at 1:03 PM, Eduardo Fernandes wrote: > Hi. > > We're

[akka-user] AllocationStrategy rebalance() is stopping actors outside resharding list

2015-10-19 Thread Eduardo Fernandes
Hi. We're using Akka 2.3.13 (Java Interface). We have our own AllocationStrategy implementation and the idea is move several shards from one node to other. We have a 2 nodes in the cluster and 1000 shards in total. When we start 7000 actors we have approximately 3500 actors on each node