Phillippko commented on code in PR #7969:
URL: https://github.com/apache/ignite-3/pull/7969#discussion_r3064195785


##########
modules/raft-api/src/main/java/org/apache/ignite/internal/raft/configuration/RaftConfigurationModule.java:
##########
@@ -25,20 +25,29 @@
 import org.apache.ignite.configuration.SuperRootChange;
 import org.apache.ignite.configuration.annotation.ConfigurationType;
 import org.apache.ignite.configuration.validation.Validator;
+import org.apache.ignite.internal.lang.IgniteSystemProperties;
 
 /**
  * {@link ConfigurationModule} for node-local configuration provided by 
ignite-raft.
  */
 @AutoService(ConfigurationModule.class)
 public class RaftConfigurationModule implements ConfigurationModule {
+    private static final String SEGSTORE_ENABLED_PROPERTY = "SEGSTORE_ENABLED";
+
+    private static final boolean SEGSTORE_ENABLED_PROPERTY_DEFAULT = true;

Review Comment:
   true just to run tests now in PR, will change to false



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