branch-2.1: [chore](config) disable restore_reset_index_id by default #46104 (#46127)

Cherry-picked from #46104

Co-authored-by: walter <maochuan@selectdb.com>
This commit is contained in:
github-actions[bot]
2024-12-30 11:52:58 +08:00
committed by GitHub
parent 6c9167d9d9
commit c8fb934bc1

View File

@ -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.