Sega76 commented on a change in pull request #8928:
URL: https://github.com/apache/ignite/pull/8928#discussion_r607632419



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/performancestatistics/OperationType.java
##########
@@ -182,4 +188,14 @@ public static int taskRecordSize(int nameLen, boolean 
cached) {
     public static int jobRecordSize() {
         return 24 + 8 + 8 + 8 + 1;
     }
+
+    /** @return Checkpoint record size. */
+    public static int checkpointRecordSize() {
+        return (8 * 12) + (4 * 3);
+    }
+
+    /** @return Checkpoint record size. */

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:
[email protected]


Reply via email to