Hi Eduardo,

Just to add more information, since the persistence support for sharding
allows persisted entries to be passivated (the actor is stopped to save
memory, but is restored from disk when needed) in which case the
ShardRegion -> shardId association still needs to be maintained although no
actors might be running in that shard. In fact this table is persisted by
the ShardCoordinator so if the node hosting it fails it can be reliably
restored in a new node.

-Endre


On Thu, Jul 24, 2014 at 12:42 AM, Eduardo Fernandes <edu...@gmail.com>
wrote:

> Ok. Entries are managed as expected. After looking at the code I
> understand what you mean.
>
> Thanks a lot for your help.
>
> Regards.
>
>
>
>
> El miércoles, 23 de julio de 2014 15:41:00 UTC+2, Eduardo Fernandes
> escribió:
>
>> Many thanks for your help Endre.
>>
>> Completely understood from shard perspective. I'll check if the entry
>> disappear if the actor is stopped (which is not the case for the sharding).
>>
>> Regards.
>>
>>>
>>>   --
> >>>>>>>>>> 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 http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Akka Team
Typesafe - The software stack for applications that scale
Blog: letitcrash.com
Twitter: @akkateam

-- 
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to