boluor opened a new pull request, #3680: URL: https://github.com/apache/doris-website/pull/3680
## Summary In the CCR config doc (`admin-manual/data-admin/ccr/config.md`), the "FE Configuration" example showed: ``` restore_reset_index_id = true ``` This contradicts the rest of the same doc — the parameter reference table and the "Common Tuning Combinations" table both say `restore_reset_index_id` should be `false` for synced tables with inverted/bitmap indexes. The FE default is also `false` (verified against `Config.java`: `public static boolean restore_reset_index_id = false`). No scenario in the doc recommends `true`. Changed the example value to `false`. Applied across all affected versions: EN (next + 2.1/3.x/4.x) and Chinese (next + 2.1/3.x/4.x). ## Test plan - [x] Verified the FE default `restore_reset_index_id = false` against `apache/doris` `Config.java` - [x] Confirmed the parameter table and tuning table in the same doc both say `false` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
