Mmuzaf commented on a change in pull request #7607: IGNITE-11073: Create consistent partitions copy on each cluster node URL: https://github.com/apache/ignite/pull/7607#discussion_r409103164
########## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IgniteSnapshotManager.java ########## @@ -361,19 +356,19 @@ public static String partDeltaFileName(int partId) { MetricRegistry mreg = cctx.kernalContext().metric().registry(SNAPSHOT_METRICS); mreg.register("LastSnapshotStartTime", () -> lastSeenSnpFut.startTime, - "The system time approximated by 10 ms when the last cluster snapshot operation has been started."); + "The system time approximated by 10 ms of the last started cluster snapshot request on this node."); mreg.register("LastSnapshotEndTime", () -> lastSeenSnpFut.endTime, - "The system time approximated by 10 ms when the last cluster snapshot operation has been finished."); + "The system time approximated by 10 ms of the last started cluster snapshot request on this node."); Review comment: Fixed. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services