morningman commented on code in PR #33817: URL: https://github.com/apache/doris/pull/33817#discussion_r1570410721
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2580,6 +2580,10 @@ public class Config extends ConfigBase { @ConfField public static boolean checkpoint_after_check_compatibility = false; + // Advance the next id before transferring to the master. + @ConfField + public static boolean enable_advance_next_id = false; Review Comment: Please use `description` field to explain this config -- 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