NSAmelchev commented on code in PR #10225:
URL: https://github.com/apache/ignite/pull/10225#discussion_r958669210


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/DataStorageMetricsImpl.java:
##########
@@ -755,7 +755,9 @@ public void onCheckpoint(
         long start,
         long totalPages,
         long dataPages,
-        long cowPages
+        long cowPages,
+        long storageSize,
+        long sparseStorageSize

Review Comment:
   Added, thanks



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