PageStorage: Refactor snapshot base class#3646
Conversation
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
|
[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. |
Signed-off-by: JaySon-Huang <tshent@qq.com>
|
/run-all-tests |
|
Coverage detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/366/cobertura/ lines: 42.2% (46786 out of 110871) |
|
/merge |
|
@JaySon-Huang: 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: 5f4b223 |
|
@JaySon-Huang: 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 detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/375/cobertura/ lines: 42.4% (47055 out of 111054) |
What problem does this PR solve?
Issue Number: related to #3594
Problem Summary:
What is changed and how it works?
DB::PageStorageSnapshotfor snapshot in PageStorage V2 && V3 (just ignore V1 since we plan to remove it when 6.0 released)LOG_XXXwithLOG_FMT_XXXin PageStorage V2Check List
Tests
Side effects
Documentation
Release note