This is an automated email from the ASF dual-hosted git repository.

w41ter pushed a commit to branch disable_reset_index_id
in repository https://gitbox.apache.org/repos/asf/doris.git

commit ae361996fc04a81f11c0bb9df5cb401c4c829af5
Author: w41ter <maoch...@selectdb.com>
AuthorDate: Fri Dec 27 08:53:47 2024 +0000

    [chore](config) disable restore_reset_index_id by default
---
 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 a972d1bd86c..c796a594537 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
@@ -1658,7 +1658,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

Reply via email to