antonovsergey93 commented on a change in pull request #6374: IGNITE-11392: 
Improve LRT diagnostic messages
URL: https://github.com/apache/ignite/pull/6374#discussion_r273430839
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java
 ##########
 @@ -3521,4 +3587,58 @@ private void printToLog() {
             }
         }
     }
+
+    /**
+     * Class to limit action count for unique objects.
+     */
+    private static class ActionLimiter<T> {
 
 Review comment:
   I see concurrency problems with this class. Please make it thread safe.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to