Phillippko commented on code in PR #7969:
URL: https://github.com/apache/ignite-3/pull/7969#discussion_r3072261688
##########
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java:
##########
@@ -664,19 +666,30 @@ public class IgniteImpl implements Ignite {
RaftConfiguration raftConfiguration =
nodeConfigRegistry.getConfiguration(RaftExtensionConfiguration.KEY).raft();
+ LogStorageExtensionConfiguration logStorageConfig =
nodeConfigRegistry.getConfiguration(LogStorageExtensionConfiguration.KEY);
+
+ SegmentLogStorageOptions segstoreSpecificOptions = null;
+ if (logStorageConfig != null) {
Review Comment:
Moved to separate method checking if segstore is enabled
--
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]