imbajin commented on code in PR #2843:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2843#discussion_r2241817760


##########
hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java:
##########
@@ -73,6 +73,15 @@ public static synchronized ServerOptions instance() {
                     "master"
             );
 
+    public static final ConfigOption<Boolean> ENABLE_SERVER_ROLE_ELECTION =
+            new ConfigOption<>(
+                    "server.role_election",
+                    "Whether to enable role election, if enabled, the server " 
+
+                    "will elect a master node in the cluster.",
+                    disallowEmpty(),
+                    true

Review Comment:
   false here?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to