Re: [akka-user] Cluster Singleton Migration

2017-04-04 Thread Michał Borowiecki
I've created PRs for docs: https://github.com/akka/akka/pull/22674 (java) https://github.com/akka/akka/pull/22675 (scala) Cheers, Michal On 04/04/17 06:12, Patrik Nordwall wrote: This is correct. Is this a suggestion for documentation improvement? PR is welcome. /Patrik mån 3 apr. 2017

Re: [akka-user] Cluster Singleton Migration

2017-04-03 Thread Patrik Nordwall
This is correct. Is this a suggestion for documentation improvement? PR is welcome. /Patrik mån 3 apr. 2017 kl. 18:59 skrev Justin du coeur : > Hmm. Could be. I suspect they'd welcome a PR to that effect... > > On Mon, Apr 3, 2017 at 11:56 AM, Mushtaq Ahmed

Re: [akka-user] Cluster Singleton Migration

2017-04-03 Thread Justin du coeur
Hmm. Could be. I suspect they'd welcome a PR to that effect... On Mon, Apr 3, 2017 at 11:56 AM, Mushtaq Ahmed wrote: > Thanks, that makes sense. But maybe the documentation of cluster-singleton > is a bit misleading and should be reworded. > > > On Monday, April 3, 2017

Re: [akka-user] Cluster Singleton Migration

2017-04-03 Thread Mushtaq Ahmed
Thanks, that makes sense. But maybe the documentation of cluster-singleton is a bit misleading and should be reworded. On Monday, April 3, 2017 at 9:04:30 PM UTC+5:30, Arno Haase wrote: > > When you kill a JVM running a cluster node, it becomes 'unreachable'. > The other nodes in the cluster

Re: [akka-user] Cluster Singleton Migration

2017-04-03 Thread Arno Haase
When you kill a JVM running a cluster node, it becomes 'unreachable'. The other nodes in the cluster have no way of knowing whether this is permanent or temporary (e.g. network congestion). In order for a singleton to be started on another node, the node it was running on must be moved to state

[akka-user] Cluster Singleton Migration

2017-04-03 Thread Mushtaq Ahmed
Hello! Doc on cluster singleton mention that even in case of JVM crash, singletons will be successfully started on other nodes: "The cluster failure detector will notice when oldest node becomes unreachable due to things