alamar commented on a change in pull request #9246:
URL: https://github.com/apache/ignite/pull/9246#discussion_r667935089



##########
File path: modules/core/src/main/java/org/jsr166/ConcurrentLinkedHashMap.java
##########
@@ -983,6 +983,23 @@ V removeLocked(Object key, int hash, Object val, boolean 
cleanupQ) {
 
             return oldVal;
         }
+
+        /**
+         *
+         */
+        @SuppressWarnings("ExplicitArrayFilling")

Review comment:
       I'm pretty sure this needs to be synchronous and also that we can't 
possibly validate that it is thread safe.
   
   Can you please assign a new ConcurrentLinkedHashMap instead of calling 
clear, where applicable?




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


Reply via email to