gavinchou commented on code in PR #45255:
URL: https://github.com/apache/doris/pull/45255#discussion_r1880348137


##########
cloud/src/common/config.h:
##########
@@ -225,4 +225,10 @@ CONF_Int32(max_tablet_index_num_per_batch, "1000");
 CONF_mInt64(max_num_aborted_txn, "100");
 
 CONF_Bool(enable_check_instance_id, "true");
+
+// FE type force change from FE_MASTER to FE_FOLLOWER
+CONF_Bool(force_change_to_multi_follower_mode, "true");
+
+// Check if ip eq 127.0.0.1, ms/recycler exit
+CONF_Bool(prohibit_use_loopback_addresses, "true");

Review Comment:
   naming disable_loopback_address_for_ms



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