Erixonich commented on a change in pull request #9612:
URL: https://github.com/apache/ignite/pull/9612#discussion_r761945500



##########
File path: 
modules/compatibility/src/test/java/org/apache/ignite/compatibility/persistence/IgnitePKIndexesMigrationToUnwrapPkTest.java
##########
@@ -248,14 +249,20 @@ private static void assertDontUsingPkIndex(IgniteEx 
igniteEx, String tblName) {
 
             cfg.setPeerClassLoadingEnabled(false);
 
-            DataStorageConfiguration memCfg = new DataStorageConfiguration()
+            DataStorageConfiguration storageCfg = new 
DataStorageConfiguration()
                 .setDefaultDataRegionConfiguration(
-                    new DataRegionConfiguration().setPersistenceEnabled(true)
-                        .setInitialSize(1024 * 1024 * 10).setMaxSize(1024 * 
1024 * 15))
-                .setSystemRegionInitialSize(1024 * 1024 * 10)
-                .setSystemRegionMaxSize(1024 * 1024 * 15);
-
-            cfg.setDataStorageConfiguration(memCfg);
+                    new DataRegionConfiguration()
+                            .setPersistenceEnabled(true)
+                            .setInitialSize(1024 * 1024 * 10)
+                            .setMaxSize(1024 * 1024 * 15)
+                )
+                .setSystemDataRegionConfiguration(
+                    new SystemDataRegionConfiguration()
+                            .setInitialSize(10 * 1024 * 1024)

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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to