tikv: add max-ts configuration docs for v8.5.7#21745
Conversation
Signed-off-by: Ziqian Qin <eke@fastmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Signed-off-by: Ziqian Qin <eke@fastmail.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the TiKV configuration documentation to cover the new storage.max-ts configuration section introduced for the TiDB v8.5 (release-8.5) line, specifically targeting v8.5.7.
Changes:
- Added a new
## storage.max-tssection describing whatmax-tsis and why it matters for Async Commit / 1PC correctness. - Documented the new
storage.max-tsoptions:action-on-invalid-update,cache-sync-interval, andmax-drift.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| + 默认值:`"60s"` | ||
| + 建议设置为 [`cache-sync-interval`](#cache-sync-interval-从-v857-版本开始引入) 的 3 倍以上。 |
What is changed, added or deleted? (Required)
Document the TiKV
storage.max-tsconfiguration section for v8.5.7 on the release-8.5 branch, including:action-on-invalid-updatecache-sync-intervalmax-driftWhich TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?