morningman commented on code in PR #32958: URL: https://github.com/apache/doris/pull/32958#discussion_r1582586753
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -636,6 +636,12 @@ public class Config extends ConfigBase { varType = VariableAnnotation.EXPERIMENTAL) public static boolean enable_single_replica_load = false; + @ConfField(mutable = true, masterOnly = true, description = { + "对于 DUPLICATE KEY 表启用 shuffle 的最小 tablet 数量", Review Comment: Could you explain more about when should user set this config? ########## regression-test/pipeline/p0/conf/fe.conf: ########## @@ -76,3 +76,5 @@ disable_datev1 = false master_sync_policy = WRITE_NO_SYNC replica_sync_policy = WRITE_NO_SYNC + +sys_log_verbose_modules = org.apache.doris.qe Review Comment: Remove it -- 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