xtern commented on code in PR #10036:
URL: https://github.com/apache/ignite/pull/10036#discussion_r882723383


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotFutureTask.java:
##########
@@ -141,6 +142,12 @@ class SnapshotFutureTask extends 
AbstractSnapshotFutureTask<Set<GroupPartitionId
     /** Flag indicates that task already scheduled on checkpoint. */
     private final AtomicBoolean started = new AtomicBoolean();
 
+    /** Estimated snapshot size in bytes. The value may grow during 
snapshotting. */

Review Comment:
   ```suggestion
       /** Estimated snapshot size in bytes. The value may grow during snapshot 
creation. */
   ```



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