-
Notifications
You must be signed in to change notification settings - Fork 312
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
template: support new cdc arguments gc-ttl
and tz
#770
Conversation
gc-ttl
and tz
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.
/merge
/merge |
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #770 +/- ##
==========================================
- Coverage 54.71% 50.83% -3.89%
==========================================
Files 260 260
Lines 21076 21080 +4
==========================================
- Hits 11531 10715 -816
- Misses 7991 8903 +912
+ Partials 1554 1462 -92
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
What problem does this PR solve?
TiCDC supports
gc-ttl
andtz
arguments now. TiUP should also allow users to use these arguments.ref: https://docs.pingcap.com/tidb/stable/manage-ticdc#use-binary
What is changed and how it works?
Add
gc-ttl
andtz
arguments inCDCSpec
andstart_cdc_server
script.Check List
Tests
Code changes
Release notes: