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 15:45:53 UTC

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

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


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

Review Comment:
   javadoc is missing



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