You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/08/30 16:01:34 UTC

[GitHub] [ignite] NSAmelchev commented on a diff in pull request #10225: IGNITE-17587 Fixed the "io.datastorage.StorageSize" metric in case of multiple persistence dataregions

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org