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
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
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