Re: [akka-user] Akka cluster: Passivation + reshard

2016-03-09 Thread Eduardo Fernandes
Ok. I've tried to find it out in the group without success.

Many thanks for your time!



On Wed, Mar 9, 2016 at 10:36 AM, Patrik Nordwall 
wrote:

> I think this has been answered elsewhere, but anyway. Passivation of all
> entities does not mean that the shard goes away, so next message will
> trigger allocation of the entity actor where the shard is currently
> located. Rebalancing can change the current location.
>
> /Patrik
>
> On Mon, Feb 29, 2016 at 10:30 AM, Eduardo Fernandes 
> wrote:
>
>> Hi.
>>
>> Suppose that we have all actors of a particular shard passivated. The
>> next time an actor of that shard receive a message the new incarnation will
>> be in the same physical node where the shard was before or the the logic of
>> new shard is triggered again and the shard is created for example where
>> there is less shards?
>>
>> Obs: in my case the rebalancing logic is switched off so there is no
>> automatic resharding.
>>
>> Thanks for your time.
>>
>> --
>> >> 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 akka-user+unsubscr...@googlegroups.com.
>> To post to this group, send email to akka-user@googlegroups.com.
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
>
> Patrik Nordwall
> Akka Tech Lead
> Lightbend  -  Reactive apps on the JVM
> Twitter: @patriknw
>
> [image: Lightbend] 
>
> --
> >> 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 a topic in the
> Google Groups "Akka User List" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/akka-user/u7qcXv_F2Oc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>  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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


[akka-user] Akka cluster: Passivation + reshard

2016-02-29 Thread Eduardo Fernandes
Hi.

Suppose that we have all actors of a particular shard passivated. The next 
time an actor of that shard receive a message the new incarnation will be 
in the same physical node where the shard was before or the the logic of 
new shard is triggered again and the shard is created for example where 
there is less shards?

Obs: in my case the rebalancing logic is switched off so there is no 
automatic resharding. 

Thanks for your time.

-- 
>>  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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.