RE: Call to deployClusterSingleton blocked.

2018-07-19 Thread Stanislav Lukyanov
:44 To: user@ignite.apache.org Subject: Call to deployClusterSingleton blocked. Hi, I encountered a scenario where my process was blocked at a call to deployClusterSingleton. IgniteServices svcs = ignite.services(); svcs.deployClusterSingleton(…, …); Too bad that I didn’t get the stack trace

Re: Call to deployClusterSingleton blocked.

2018-07-19 Thread ezhuravlev
Hi, Is this issue reproducible? Can you share logs from all nodes and code of the service? Evgenii -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Call to deployClusterSingleton blocked.

2018-07-18 Thread Calvin KL Wong, CLSA
Hi, I encountered a scenario where my process was blocked at a call to deployClusterSingleton. IgniteServices svcs = ignite.services(); svcs.deployClusterSingleton(..., ...); Too bad that I didn't get the stack trace. I didn't specify any node filter. I was able to deploy the service upon