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



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java
##########
@@ -2860,7 +2860,7 @@ private void ackMemoryConfiguration() {
             return;
 
         U.log(log, "System cache's DataRegion size is configured to " +
-            (memCfg.getSystemRegionInitialSize() / (1024 * 1024)) + " MB. " +
+            (memCfg.getSystemDataRegionConfiguration().getInitialSize() / 
(1024 * 1024)) + " MB. " +

Review comment:
       I think this is a border where we do not need to check NPE. Otherwise, 
we need to check other similar properties too like 
`org.apache.ignite.configuration.DataStorageConfiguration#getDefaultDataRegionConfiguration`.




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