Re: IGNITE-8238 - Operation can fails with unexpected RuntimeException when node is stopping

2018-05-31 Thread Александр Меньшиков
Okay, I have changed the logging level to debug, updated master and rerun TC tests [1]. [1] https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_RunAll&branch_IgniteTests24Java8=pull%2F3993%2Fhead&tab=buildTypeStatusDiv 2018-05-30 16:13 GMT+03:00 Andrey Mashenkov : > Hi, > >

Re: IGNITE-8238 - Operation can fails with unexpected RuntimeException when node is stopping

2018-05-30 Thread Andrey Mashenkov
Hi, Yes, now you are on the right way. It is ok if checkpointReadLock() throws runtime exception and in your PR reason become obvious. Now, it is easy to handle exceptions thrown from checkpointReadLock() method on node stop if needed. TtlManager looks correctly ignore NodeStopping exception, bu

Re: IGNITE-8238 - Operation can fails with unexpected RuntimeException when node is stopping

2018-05-29 Thread Dmitriy Setrakyan
As suggested before, please do not put blank ticket numbers into subjects because no one understands ticket numbers. Please add titles or some other context to the subject. This will improve the level of engagement from the community. I have changed the subject of this thread, let's continue the d

[jira] [Created] (IGNITE-8238) Operation can fails with unexpected RuntimeException when node is stopping.

2018-04-12 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-8238: Summary: Operation can fails with unexpected RuntimeException when node is stopping. Key: IGNITE-8238 URL: https://issues.apache.org/jira/browse/IGNITE-8238 P