-
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): cleanup expired files by day for storage sink #10097
sink(ticdc): cleanup expired files by day for storage sink #10097
Conversation
Skipping CI for Draft Pull Request. |
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.
please add the user manual in the pr content ,such as some limitations
2e22925
to
ad38334
Compare
/test all |
/check-issue-triage-complete |
dc9bd9d
to
6342dd9
Compare
[LGTM Timeline notifier]Timeline:
|
/retest |
/retest |
3 similar comments
/retest |
/retest |
/retest |
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created to branch |
What problem does this PR solve?
Issue Number: close #10109
What is changed and how it works?
Add two parameters to control the cleaning behavior of expired files, for example:
file-expiration-days
is configured, then by default cdc will clean files at 2 a.m. each day.Check List
Tests
Questions
Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?
Release note