Hi Sam, > is there a chance that stop method call would block long time or > hang depending on what jobs are running? > Would it be safe to wrap a wait timeout & call stop(null, false) again if > taking too long? In the vast majority of use cases, it will not be a problem I think, because tasks/jobs should be aware of the interruption (cancellation mechanism is implemented via interrupt flag). In any way, you can use this approach. I don't see any flaws.
> guess i need to capture ignite events (EVT_CACHE_REBALANCE_STOPPED) event > in > the other nodes because stopped node can't capture event by itself ? Yep, you need to capture that event on other nodes. Thanks, S. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
