sanpwc commented on a change in pull request #9110:
URL: https://github.com/apache/ignite/pull/9110#discussion_r642297893
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/GridCacheDatabaseSharedManager.java
##########
@@ -359,6 +367,10 @@
/** Checkpoint frequency deviation. */
private SimpleDistributedProperty<Integer> cpFreqDeviation;
+ /** WAL rebalance threshold. */
+ private final SimpleDistributedProperty<Integer> walRebalanceThreshold =
Review comment:
It's not clear from javadoc what wal rebalance threshold is.
--
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]