This is an automated email from the ASF dual-hosted git repository. w41ter pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new 3369a2754b7 branch-3.0: [chore](config) disable restore_reset_index_id by default #46104 (#46126) 3369a2754b7 is described below commit 3369a2754b721019661068c839a09f480b05b0d8 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Dec 30 11:06:33 2024 +0800 branch-3.0: [chore](config) disable restore_reset_index_id by default #46104 (#46126) 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 01d981efdd9..2f61f8242eb 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 @@ -1604,7 +1604,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