Re: Race on IgniteAtomicLong#close

2018-03-02 Thread Anton Kalashnikov
Thank you, Anton. If it is expected behaviour I will fix test but anyway in my opinion this behaviour is not straight, I mean when you do same action and you getting differents result it is not good. At least, exception of missing value should be one. I don't have solution right now but I will

Re: Race on IgniteAtomicLong#close

2018-02-28 Thread Anton Vinogradov
Anton, dsMap allows you to share any datastructure between local node's threads without requesting it using retryTopologySafe method (which is heavy). T dataStructure = cast(dsMap.get(key), cls); if (dataStructure != null) return dataStructure; return retryTopologySafe( ... I see no proble

Race on IgniteAtomicLong#close

2018-02-28 Thread Anton Kalashnikov
Hello Igniters. During investigation flaky test IgniteClientDataStructuresTest.testAtomicLong. I found a issue and now I need your help because I don't have enough knowledge about IgniteAtomicLong. I created the task for it - https://issues.apache.org/jira/browse/IGNITE-7845. And also I duplica