-
Notifications
You must be signed in to change notification settings - Fork 102
check cluster id and fix data inconsistency #1475
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. |
could you tell me the reason why about integration_test CI error as below?
|
in manual build and test,I've passed it using the mini reproduce step in issue #1473:
|
@jansu-dev Good job! As we have migrate the br repo into tidb for a while, please move the logic in this PR at |
thanks for your reply. and i have moved it to tidb repo. -->pingcap/tidb#36672 |
/close |
@jansu-dev: Closed this PR. 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 kubernetes/test-infra repository. |
Issue Number: close #1473
What problem does this PR solve?
avoid table data inconsistency with table index.
What is changed and how it works?
select substring(type,8) from METRICS_SCHEMA.PD_CLUSTER_METADATA limit 1;
/pd/api/v1/cluster
Check List
Tests
Code changes
Side effects
Related changes
Release note