Clarify TiKV large-row limit in transaction restraints (#21830)#21833
Clarify TiKV large-row limit in transaction restraints (#21830)#21833ti-chi-bot wants to merge 3 commits into
Conversation
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiancai The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Close this PR because the developers docs are only maintained in release-8.5 and master. |
This is an automated cherry-pick of #21830
What is changed, added or deleted? (Required)
Clarify in
develop/dev-guide-transaction-restraints.mdthat increasing the large-row limit in TiDB is not sufficient by itself. When a single write request exceeds TiKVraftstore.raft-entry-max-size, TiKV rejects the request, so users need to adjust the TiKV limit together with the TiDB row-size limit.Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions (in Chinese).
What is the related PR or file link(s)?
AI agent involvement
Do your changes match any of the following descriptions?
Summary by CodeRabbit
raftstore.raft-entry-max-size(8 MiB)时,TiKV 将拒绝处理该请求。tidb_txn_entry_size_limit与 TiKVraftstore.raft-entry-max-size。