-
Notifications
You must be signed in to change notification settings - Fork 286
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, sorter: do not hog memory #2606
Conversation
Signed-off-by: Neil Shen <overvenus@gmail.com>
[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-integration-tests |
Codecov Report
@@ Coverage Diff @@
## master #2606 +/- ##
================================================
+ Coverage 56.0786% 61.1191% +5.0405%
================================================
Files 169 161 -8
Lines 20605 17924 -2681
================================================
- Hits 11555 10955 -600
+ Misses 7919 5970 -1949
+ Partials 1131 999 -132 |
Signed-off-by: Neil Shen <overvenus@gmail.com>
b138917
to
f3c987f
Compare
/run-all-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 9433803
|
/run-kafka-tests |
/run-integration-tests |
/run-kafka-tests |
In response to a cherrypick label: new pull request created: #2641. |
In response to a cherrypick label: new pull request created: #2642. |
In response to a cherrypick label: new pull request created: #2643. |
In response to a cherrypick label: new pull request created: #2644. |
What problem does this PR solve?
Reduce memory usage for sink node and file backend.
Cc https://github.com/pingcap/ticdc/issues/2553
Check List
Tests
Related changes
Release note