-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
brie: add default backup gc-ttl to 5m #18750
Conversation
/run-all-tests |
2 similar comments
/run-all-tests |
/run-all-tests |
/run-integration-copr-test |
Codecov Report
@@ Coverage Diff @@
## master #18750 +/- ##
================================================
- Coverage 79.2234% 79.2110% -0.0125%
================================================
Files 542 542
Lines 146242 146159 -83
================================================
- Hits 115858 115774 -84
+ Misses 21045 21043 -2
- Partials 9339 9342 +3 |
LGTM |
/lgtm |
@overvenus,Thanks for your review. However, LGTM is restricted to Reviewers or higher roles.See the corresponding SIG page for more information. Related SIGs: execution(slack). |
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
/merge |
/run-all-tests |
@3pointer merge failed. |
/run-check_dev_2 |
/run-integration-ddl-test |
/run-sqllogic-test-1 |
Co-authored-by: ti-srebot <[email protected]>
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #18755 |
Co-authored-by: ti-srebot <[email protected]> Co-authored-by: ti-srebot <[email protected]>
What problem does this PR solve?
Problem Summary:
If not set default gc-ttl in backup, it will cause (1105, 'non-positive interval for NewTicker') when use Backup SQL.
What is changed and how it works?
What's Changed:
Set default gc-ttl when use Backup SQL.
Related changes
Check List
Tests
Without this commit:
With this commit:
Release note