This is an automated email from the ASF dual-hosted git repository. w41ter pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new c8fb934bc16 branch-2.1: [chore](config) disable restore_reset_index_id by default #46104 (#46127) c8fb934bc16 is described below commit c8fb934bc1692f614f91a08521007d7b554a9b6c Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Dec 30 11:52:58 2024 +0800 branch-2.1: [chore](config) disable restore_reset_index_id by default #46104 (#46127) Cherry-picked from #46104 Co-authored-by: walter <maoch...@selectdb.com> --- fe/fe-common/src/main/java/org/apache/doris/common/Config.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java index 9fead6e6f6e..de749bc08be 100644 --- a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java +++ b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java @@ -1581,7 +1581,7 @@ public class Config extends ConfigBase { * two clusters must be the same. */ @ConfField(mutable = true, masterOnly = true) - public static boolean restore_reset_index_id = true; + public static boolean restore_reset_index_id = false; /** * Control the max num of tablets per backup job involved. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org