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/03/01 14:21:09 UTC

[GitHub] [ignite-3] tkalkirill commented on a change in pull request #667: IGNITE-16560 [Native Persistence 3.0] PageMemoryImpl porting

tkalkirill commented on a change in pull request #667:
URL: https://github.com/apache/ignite-3/pull/667#discussion_r816810838



##########
File path: modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java
##########
@@ -252,6 +252,23 @@ public static String toHexString(byte[] arr, int maxLen) {
         return sb.toString().toUpperCase();
     }
 
+    /**
+     * Returns hex representation of memory region.
+     *
+     * @param addr Pointer in memory.
+     * @param len How much byte to read (should divide 8).

Review comment:
       Fix it.




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