Re: Clearing a distributed queue hangs after taking down one node

2016-08-31 Thread juanma.cvega
Hi, thanks for opening the ticket. I think I have subscribed already. I've followed the instructions in the email 3 times already. Any suggestion about the last part of the email? I'm still not able to make the queue consumption fair when 2 instances are running. Using the same sleep time for

Clearing a distributed queue hangs after taking down one node

2016-08-26 Thread juanma.cvega
Hi, I have come across a situation where a distributed queue hangs. My use case requires a shared queue that is populated only from the oldest node in a cluster. Then, the queue is consumed from the same node and the other nodes in the cluster (in my case only another one). Every time there is a

Re: Deploying service programmatically hangs the app

2016-08-26 Thread juanma.cvega
Hi, apparently the issue we had was related to the service. It had injected some other classes that weren't serialized. In the end we relied on checking which node was the oldest to do the stuff we needed from only one node after there has been a change in the topology. Thanks. -- View this

Re: Deploying service programmatically hangs the app

2016-08-17 Thread juanma.cvega
@n6.nabble.com>: > Hello, > > I try to reproduce your issue, but my code not hangs. > See attachment example. > > On Fri, Aug 5, 2016 at 7:03 PM, juanma.cvega <[hidden email] > <http:///user/SendEmail.jtp?type=node=6848=0>> wrote: > >> Hi, >>

Re: Deploying service programmatically hangs the app

2016-08-05 Thread juanma.cvega
Hi, I already replied to the confirmation email twice. Is there any other thing I have to do? The place were it hangs is when calling ignite.services().deploy(serviceConfiguration()) from inside the bean IgniteClusterSingletonStarter. The full code is in the first post. If I remove that bean