Yes, that is the phase that performs
http://doc.akka.io/docs/akka/current/java/cluster-sharding.html#graceful-shutdown
The coordinator is still alive during that phase.
The coordinator is a singleton so it will stop in later phase and hand over
to new coordinator.

On Wed, Aug 9, 2017 at 10:57 PM, Andres March <andres.ma...@gmail.com>
wrote:

> The section below appears to be the phase where the shard gives up
> entities it owns.  I was wondering about this process when the member is
> the ShardCoordinator.  Is the shard coordinator still running until the
> shards are all rebalanced?  I'm interested when the shard coordinator and
> other singletons are restarted on another shard.  For availability to be
> minimally impacted, I was hoping that everything in the shard would be
> moved first, then the coordinator would be started on another node and
> await a final handoff from the old coordinator thereby limiting the gap in
> time of not having a coordinator.
>
>
> http://doc.akka.io/docs/akka/2.5.3/java/actors.html#coordinated-shutdown
>
> # Graceful shutdown of the Cluster Sharding regions.
>   cluster-sharding-shutdown-region {
>     timeout = 10 s
>     depends-on = [before-cluster-shutdown]
>   }
>
> --
> >>>>>>>>>> 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 <http://www.lightbend.com/> -  Reactive apps on the JVM
Twitter: @patriknw

-- 
>>>>>>>>>>      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.

Reply via email to