-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kv: make txn entry size limit configurable #21843
kv: make txn entry size limit configurable #21843
Conversation
Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>
Should we add some documents to explain this parameter and some notes for example it's related with https://docs.pingcap.com/zh/tidb/dev/tikv-configuration-file#raft-entry-max-size. |
…n-entry-size-limit-407 Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>
c3c9d99
to
d010b3e
Compare
Yes |
LGTM |
LGTM |
/merge |
/run-all-tests |
@youjiali1995 merge failed. |
/merge |
/run-all-tests |
Signed-off-by: youjiali1995 zlwgx1023@gmail.com
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
What is changed and how it works?
Proposal: xxx
What's Changed:
Make txn entry size limit configurable
Due to the limitation in memdb, the upper limit of this option is set to 120Mb
Related changes
Check List
Tests
Release note