PageStorage: Add mix mode#4726
PageStorage: Add mix mode#4726ti-chi-bot merged 46 commits intopingcap:masterfrom jiaqizho:v2-v3-mix-mode
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. |
|
/run-all-tests |
Coverage for changed filesCoverage summaryfull coverage report (for internal network access only) |
|
/run-all-tests |
Coverage for changed filesCoverage summaryfull coverage report (for internal network access only) |
|
pre PR : #4736 |
Signed-off-by: jiaqizho <zhoujiaqi@pingcap.com>
|
PTAL at https://github.com/jiaqizho/tiflash/pull/11. |
hide lots of switch by inherite
|
/run-all-tests |
Coverage for changed filesCoverage summaryfull coverage report (for internal network access only) |
| } | ||
|
|
||
| std::pair<RowKeyRange, std::vector<PageId>> genDMFile(DMContext & context, const Block & block) | ||
| std::pair<RowKeyRange, PageIds> genDMFile(DMContext & context, const Block & block) |
There was a problem hiding this comment.
I think we should add UT to test delta merge storage in mix mode
There was a problem hiding this comment.
I prefer to add it in the follow-up PR. Cause writing ut with GlobalPathPool is not easy.
otherwise, already have test cover in V3/gtest_page_storage_mix_mode.cpp.
|
/merge |
|
@jiaqizho: 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: d2a6ae0 |
|
@jiaqizho: 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. |
Coverage for changed filesCoverage summaryfull coverage report (for internal network access only) |
Signed-off-by: jiaqizho zhoujiaqi@pingcap.com
What problem does this PR solve?
Issue Number: ref #3594
Problem Summary:
What is changed and how it works?
Mix Mode. Which will both deal with V3 and V2 format data.$DATA_DIR/kvstorefor kvstore (PageStorage V2/V1)$DATA_DIR/page/kvstorefor kvstore (PageStorage V3)storage.raft.dir/raft.kvstore_pathwill be ignoredCheck List
Tests
Side effects
Documentation
Release note