gavinchou commented on code in PR #45255: URL: https://github.com/apache/doris/pull/45255#discussion_r1895211402
########## 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(disable_loopback_address_for_ms, "true"); Review Comment: enable_xxx -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org