deardeng commented on code in PR #64638:
URL: https://github.com/apache/doris/pull/64638#discussion_r3450794855
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -3389,6 +3389,12 @@ public static int metaServiceRpcRetryTimes() {
+ "to other BEs in cloud mode."})
public static int rehash_tablet_after_be_dead_seconds = 3600;
+ @ConfField(mutable = true, masterOnly = true,
+ description = {
+ "Whether to use rendezvous hashing for colocate bucket
placement in cloud mode. "
+ + "If false, use the legacy modulo placement."})
+ public static boolean enable_cloud_colocate_consistent_hash = true;
Review Comment:
fixed
--
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]