tkalkirill commented on code in PR #812:
URL: https://github.com/apache/ignite-3/pull/812#discussion_r882312196
##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/Checkpointer.java:
##########
@@ -728,9 +718,9 @@ boolean isShutdownNow() {
* <p>It helps when the cluster makes a checkpoint in the same time in
every node.
*/
long nextCheckpointInterval() {
- long frequency = checkpointFrequencySupplier.getAsLong();
+ long frequency = checkpointConfig.frequency().value();
Review Comment:
I think we need to get the actual value from the configuration, so the view
will not work for us.
--
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]