ivandasch commented on code in PR #10430:
URL: https://github.com/apache/ignite/pull/10430#discussion_r1054324304


##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IgniteClusterSnapshotDeltaTest.java:
##########
@@ -77,7 +80,8 @@ public static Collection<Object[]> parameters() {
     @Test
     public void testSendDelta() throws Exception {
         int keys = 10_000;
-        byte[] payload = new byte[DFLT_PAGE_SIZE / 2];
+        int pageSz = 
IgniteSystemProperties.getInteger(IGNITE_DEFAULT_DATA_STORAGE_PAGE_SIZE, 
DFLT_PAGE_SIZE);

Review Comment:
   No, it cannot be used here, because PAGE_SIZE doesn't contain valid value



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