-
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 gc(ticdc): gc service id refactor #5444
Conversation
# Conflicts: # cdc/scheduler/internal/base/processor_agent.go
# Conflicts: # cdc/scheduler/internal/base/processor_agent.go
… cli-support-cdc-cluster-id
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #5444 +/- ##
================================================
- Coverage 55.9233% 55.8655% -0.0579%
================================================
Files 528 527 -1
Lines 69935 69968 +33
================================================
- Hits 39110 39088 -22
- Misses 27100 27144 +44
- Partials 3725 3736 +11 |
/run-kafka-integration-test |
/run-integration-tests |
@nongfushanquan: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
* refactor gc service id format
What problem does this PR solve?
Issue Number: ref #5301
What is changed and how it works?
change the ticdc gc service id from "ticdc" to "ticdc--"
change the ensure gc service id prefix from "ticdc-creating-" to "ticdc---creating"
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