-
Notifications
You must be signed in to change notification settings - Fork 287
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: remove cdclog. #3599
sink: remove cdclog. #3599
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. |
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.
The code change looks good.
- please fill in the description of pr
- please remove the corresponding integration test
/run-all-tests |
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.
After addressing https://github.com/pingcap/ticdc/pull/3599#pullrequestreview-814356317, LGTM
3161209
to
0c3404f
Compare
/run-all-tests |
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #3599 +/- ##
================================================
+ Coverage 56.8249% 56.9969% +0.1719%
================================================
Files 456 456
Lines 54147 54138 -9
================================================
+ Hits 30769 30857 +88
+ Misses 20183 20073 -110
- Partials 3195 3208 +13 |
/run-all-tests |
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.
LGTM
LGTM from PM. We can withdraw the |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 53caaa5
|
Can I ask why you removed |
This feature will not be maintained in the latest version, would you please give more details from the view of product @leoppro ? |
The same question here. Why you guys removed it? |
What problem does this PR solve?
This PR remove all
cdclog
related code, includeS3Sink
andfileSink
.What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
Release note