Mmuzaf commented on a change in pull request #9285:
URL: https://github.com/apache/ignite/pull/9285#discussion_r684184087



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java
##########
@@ -305,9 +306,6 @@
     /** Histogram of blocking PME durations. */
     private volatile HistogramMetricImpl blockingDurationHistogram;
 
-    /** Delay before rebalancing code is start executing after exchange 
completion. For tests only. */

Review comment:
       This parameter is used only for tests (to delay the exchange thread) and 
doesn't relate to the rebalance procedure itself. I agree with you that the 
naming of this property is confusing, so it's better to remove it at all.
   
   The 'right' rebalance delay still available through public API.
   `org.apache.ignite.client.ClientCacheConfiguration#getRebalanceDelay`
   `org.apache.ignite.configuration.CacheConfiguration#getRebalanceDelay`




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