This repository was archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 101
Log fold is unstable when doing create and drop table operation and thus affect br restore using cdc log #739
Open
yuqi1129
wants to merge
19
commits into
pingcap:master
Choose a base branch
from
yuqi1129:work1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…hus affect br restore using cdc log
…hus affect br restore using cdc log, fix bug
kennytm
reviewed
Feb 19, 2021
…hus affect br restore using cdc log, fix bug again
3pointer
reviewed
Mar 9, 2021
I'm afraid this PR will introduce a new issue. I think the proper way to fix it is to choose the proper table id directory with given |
Hi, as far as i can see if a table have several table ids, times spans in
each id directory will not intersect. When restore code will choose the
correct ids thats contains the restore spans. so logically this will be OK
someway, am i right?
Your suggestion is more detailed and nice than this pr, i will follow your
advice
3pointer <notifications@github.com>于2021年3月9日 周二11:25写道:
… I'm afraid this PR will introduce a new issue. I think the proper way to
fix it is choose the proper table id directory with given start-ts and
end-ts(not largest table id always) in collectRowChangeFiles.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#739 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADYQDBBCLAEOPG52ZAVSMIDTCWIKDANCNFSM4X3UXASA>
.
|
Hi, The code thats follows |
/build |
kennytm
reviewed
Mar 13, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
see https://github.com/pingcap/ticdc/issues/1415
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
Release Note