-
Notifications
You must be signed in to change notification settings - Fork 288
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
sink(ticdc): make mysql sink support split transactions #5281
sink(ticdc): make mysql sink support split transactions #5281
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. |
/run-all-tests |
fea52c4
to
3ce5f99
Compare
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #5281 +/- ##
================================================
- Coverage 56.1240% 55.9846% -0.1394%
================================================
Files 522 528 +6
Lines 65325 69519 +4194
================================================
+ Hits 36663 38920 +2257
- Misses 25094 26886 +1792
- Partials 3568 3713 +145 |
563e654
to
fffe763
Compare
/run-verify |
/run-verify |
/run-all-tests |
546305f
to
574a651
Compare
574a651
to
5b748df
Compare
/run-all-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 8c28ec6
|
What problem does this PR solve?
Issue Number: close #5280
What is changed and how it works?
SplitTxn
field toRowChangedEvent
, which identifies whether a transaction is split from the current event.Note: In this PR, FlowControl system still release memory based on checkPointTs. After sink module supports batch resolve mechanism, FlowControl should release memory based on
txnSizeEntry
.Check List
Tests
Code changes
Side effects
Related changes
Release note