nizhikov commented on a change in pull request #9814:
URL: https://github.com/apache/ignite/pull/9814#discussion_r816547867
##########
File path:
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/consistency/AbstractReadRepairTest.java
##########
@@ -77,7 +78,7 @@
private static final ConcurrentLinkedDeque<CacheConsistencyViolationEvent>
evtDeq = new ConcurrentLinkedDeque<>();
/** Key. */
- protected static int iterableKey;
+ private static final AtomicInteger iterableKey = new AtomicInteger();
Review comment:
Can you, please, clarify this change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]