From c8fb934bc1692f614f91a08521007d7b554a9b6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:52:58 +0800 Subject: [PATCH] branch-2.1: [chore](config) disable restore_reset_index_id by default #46104 (#46127) Cherry-picked from #46104 Co-authored-by: walter --- 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 9fead6e6f6..de749bc08b 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.