-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pipeline(ticdc): split dataflow in sinkNode #5943
pipeline(ticdc): split dataflow in sinkNode #5943
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. Reviewer can indicate their review by submitting an approval review. |
@CharlesCheung96: The label(s) In 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 ti-community-infra/tichi repository. |
1 similar comment
@CharlesCheung96: The label(s) In 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 ti-community-infra/tichi repository. |
67b69eb
to
bde4c16
Compare
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #5943 +/- ##
================================================
+ Coverage 57.0764% 57.3041% +0.2276%
================================================
Files 682 678 -4
Lines 80224 79989 -235
================================================
+ Hits 45789 45837 +48
+ Misses 30146 29912 -234
+ Partials 4289 4240 -49 |
1399734
to
3560a58
Compare
3560a58
to
73e4216
Compare
/run-all-tests |
cdc/processor/pipeline/sink.go
Outdated
if resolved.Ts > n.targetTs { | ||
resolved = model.NewResolvedTs(n.targetTs) | ||
} | ||
|
||
if n.redoManager != nil && n.redoManager.Enabled() { | ||
// redo log do not support batch resolve mode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could have explain it in more detail.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/merge |
This pull request has been accepted and is ready to merge. Commit hash: be2ed0f
|
/unhold |
What problem does this PR solve?
Issue Number: close #5942
What is changed and how it works?
Split dataflow (emit & flush Redolog) in sinkNode instead of tableSink:
Ref: sinkv2(ticdc): add interfaces #5929
Ref: redo(ticdc): make implementation in manager asynchronously #5683
Check List
Tests
Questions
Will it cause performance regression or break compatibility?
No
Do you need to update user documentation, design documentation or monitoring documentation?
No
Release note