Re: guard() and checkClusterState() checks in Ignite Kernal

2017-09-13 Thread Ilya Kasnacheev
Hello Dmitriy, Yes, there is: https://issues.apache.org/jira/browse/IGNITE-6184 Regards, -- Ilya Kasnacheev 2017-09-13 1:46 GMT+03:00 Dmitriy Setrakyan : > Is there a ticket for this change? > > On Tue, Sep 12, 2017 at 4:25 AM, Ilya Kasnacheev < >

Re: guard() and checkClusterState() checks in Ignite Kernal

2017-09-12 Thread Dmitriy Setrakyan
Is there a ticket for this change? On Tue, Sep 12, 2017 at 4:25 AM, Ilya Kasnacheev wrote: > Rehi, > > After some discussions https://github.com/apache/ignite/pull/2526 seems to > have correct changeset that covers two methods which seem to have been > overlooked

Re: guard() and checkClusterState() checks in Ignite Kernal

2017-09-12 Thread Ilya Kasnacheev
Rehi, After some discussions https://github.com/apache/ignite/pull/2526 seems to have correct changeset that covers two methods which seem to have been overlooked before. It's already reviewed by another contributor, please merge it into master you seem fit. Regards, Ilya. -- Ilya Kasnacheev

guard() and checkClusterState() checks in Ignite Kernal

2017-08-29 Thread Ilya Kasnacheev
Dear Igniters, I would like to know if guard() and checkClusterState() methods are always called consistently in IgniteKernal. Let's look at the list: Out of cluster(), localNode(), compute(), message(), events(), executorService(), services() only the last one is guarded by checkClusterState()