cdc: Lightning physical import ignore by cdc #17895
cdc: Lightning physical import ignore by cdc #17895ti-chi-bot[bot] merged 8 commits intotikv:masterfrom
Conversation
Signed-off-by: 3AceShowHand <jinl1037@hotmail.com>
Signed-off-by: 3AceShowHand <jinl1037@hotmail.com>
Signed-off-by: 3AceShowHand <jinl1037@hotmail.com>
|
/retest |
Signed-off-by: 3AceShowHand <jinl1037@hotmail.com>
Signed-off-by: 3AceShowHand <jinl1037@hotmail.com>
lance6716
left a comment
There was a problem hiding this comment.
sst_importer part LGTM
| } | ||
|
|
||
| pub fn new_raw_writer(&self, db: &E, mut meta: SstMeta) -> Result<RawSstWriter<E>> { | ||
| pub fn new_raw_writer(&self, db: &E, mut meta: SstMeta, _: u64) -> Result<RawSstWriter<E>> { |
There was a problem hiding this comment.
I'm not sure this is a good chance to let BR restore also be compatible with CDC
There was a problem hiding this comment.
what is the usage of the raw_sst_writer ? it looks for the raw kv functionality ?
There was a problem hiding this comment.
Seems no one is using it. I wrongly think it's used by BR 😂 Maybe ask the code author of this line
|
@lance6716: adding LGTM is restricted to approvers and reviewers in OWNERS files. DetailsIn response to this:
Instructions 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 kubernetes-sigs/prow repository. |
Signed-off-by: 3AceShowHand <jinl1037@hotmail.com>
|
/retest |
Co-authored-by: Neil Shen <overvenus@gmail.com> Signed-off-by: Ling Jin <7138436+3AceShowHand@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hicqu, lance6716, overvenus 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 |
|
@3AceShowHand: Your PR was out of date, I have automatically updated it for you. 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. |
|
/retest |
What is changed and how it works?
Issue Number: Close #17897
What's Changed:
txn_sourceby the LightningRelated changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
The blow images shows that:
Side effects
Release note