Re: [akka-user] Akka cluster: stopping actor doesn't remove sharding entry

2014-07-24 Thread Akka Team
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

Re: [akka-user] Akka cluster: stopping actor doesn't remove sharding entry

2014-07-24 Thread Eduardo Fernandes
Yes, we are using passivation. Tx. There is a way of retrieve the entries id's from the shardings? There is a member called entries in the sharding region class but I don't know if I have access to it. Tx again. El 24/07/2014, a las 10:19, Akka Team akka.offic...@gmail.com escribió:

Re: [akka-user] Akka cluster: stopping actor doesn't remove sharding entry

2014-07-24 Thread Eduardo Fernandes
Quite clear Endre, as always. Many thanks again for your time! Best regards from Spain. On Thu, Jul 24, 2014 at 12:59 PM, Akka Team akka.offic...@gmail.com wrote: Hi Eduardo, There is no explicit table maintained for individual entries. Sharding maintains the table what ShardRegions are

Re: [akka-user] Akka cluster: stopping actor doesn't remove sharding entry

2014-07-23 Thread Eduardo Fernandes
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. El miércoles, 23 de julio de 2014 11:13:46 UTC+2, Akka Team escribió: Hi Eduardo, Shards are assumed

Re: [akka-user] Akka cluster: stopping actor doesn't remove sharding entry

2014-07-23 Thread Eduardo Fernandes
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.