storage:change configuration storage.max-key-size default value from 4096 to 8192#11331
storage:change configuration storage.max-key-size default value from 4096 to 8192#11331youjiali1995 merged 7 commits intotikv:masterfrom TonsnakeLin:master
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
|
Welcome @TonsnakeLin! |
…4096 to 8192 Signed-off-by: TonsnakeLin <lpbgytong@163.com>
|
/run-test |
3 similar comments
|
/run-test |
|
/run-test |
|
/run-test |
youjiali1995
left a comment
There was a problem hiding this comment.
Should change the value in test_serde_custom_tikv_config and tests/integrations/config/test-custom.toml.
tikv/tests/integrations/config/mod.rs
Line 615 in 999ca55
|
@TonsnakeLin You have to use |
got it! |
close #11241 Signed-off-by: TonsnakeLin <lpbgytong@163.com>
|
/run-test |
2 similar comments
|
/run-test |
|
/run-test |
|
@youjiali1995 @sticnarf please review or approve, thanks |
|
Please change to a different value and also change the related tests. Otherwise, we cannot verify the config can be customized successfully. |
Looks that this comment is still not addressed? |
close #11241 Signed-off-by: TonsnakeLin <lpbgytong@163.com>
|
/merge |
|
@sticnarf: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 0412a01 |
|
@TonsnakeLin: Your PR was out of date, I have automatically updated it for you. At the same time I will also trigger all tests for you: /run-all-tests If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
What problem does this PR solve?
Issue Number: close #11241
Problem Summary:
Create a table from tidb-server successfully, but insert data failed if it has the length over 4096. Set the default value of storage.max-key-size to 8192 and It insert data successfully.
What is changed and how it works?
What's Changed:
Change the default value of storage.max-key-size from 4k to 8k.
Related changes
Check List
Tests
Side effects
Release note