-
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
DNM *(ticdc): cli support cdc cluster #5412
DNM *(ticdc): cli support cdc cluster #5412
Conversation
[REVIEW NOTIFICATION] This pull request has not been approved. 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. |
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #5412 +/- ##
================================================
- Coverage 55.9233% 55.8608% -0.0626%
================================================
Files 528 529 +1
Lines 69935 69888 -47
================================================
- Hits 39110 39040 -70
- Misses 27100 27119 +19
- Partials 3725 3729 +4 |
# Conflicts: # cdc/scheduler/internal/base/processor_agent.go
# Conflicts: # cdc/scheduler/internal/base/processor_agent.go
… cli-support-cdc-cluster-id
/run-all-tests |
/run-all-tests |
/run-verify-test |
/run-all-tests |
# Conflicts: # cdc/capture/capture.go # tests/utils/cdc_state_checker/cdc_monitor.go # tests/utils/cdc_state_checker/state.go
* cli support cdc cluster-id cmd flag
What problem does this PR solve?
Issue Number: ref #5301
What is changed and how it works?
cdc command support new flag : cluster-id, which identity the cdc cluster id
the default value is "default"
Check List
Tests
Release note