gromtech commented on a change in pull request #6168: IGNITE-6578 Too many 
diagnostic: Found long running cache future
URL: https://github.com/apache/ignite/pull/6168#discussion_r259725944
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java
 ##########
 @@ -1935,41 +1935,61 @@ private boolean dumpLongRunningOperations0(long 
timeout) {
         final IgniteDiagnosticPrepareContext diagCtx = 
cctx.kernalContext().cluster().diagnosticEnabled() ?
             new IgniteDiagnosticPrepareContext(cctx.localNodeId()) : null;
 
+        WarningsGroup warnings = new WarningsGroup(diagnosticLog, 10);
 
 Review comment:
   Yes, this makes sense. However other parts of this class don't make a 
similar parameter configurable.
   
   
https://github.com/apache/ignite/blob/26a15264ae69e4127f9e0b3e88830bf3edc56ece/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java#L1859
   
   
https://github.com/apache/ignite/blob/26a15264ae69e4127f9e0b3e88830bf3edc56ece/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java#L2729

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to