nizhikov commented on a change in pull request #8928:
URL: https://github.com/apache/ignite/pull/8928#discussion_r610583643
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/checkpoint/Checkpointer.java
##########
@@ -983,4 +986,29 @@ public CheckpointProgress currentProgress() {
private boolean isShutdownNow() {
return shutdownNow;
}
+
+ /**
+ * Writes checkpoint performance statistics.
+ *
+ * @param chp Checkpoint.
+ * @param tracker CheckpointMetricsTracker.
+ */
+ private void writeStatistics(Checkpoint chp, CheckpointMetricsTracker
tracker) {
Review comment:
Can we mode this to `updateMetrics` method?
--
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]