-
Notifications
You must be signed in to change notification settings - Fork 728
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
cannot get cluster id after scale-out & scale-in pd #8993
Comments
is PID 23397 the original leader? and perhaps you should extract the minimal code for reproduction from cdc that demonstrates the issue. |
@lidezhu Is this issue related to the |
@rleungx Yes, seems it is the root cause of the issue, let me try it. |
Why is it necessary to |
for context, in our real-world customer scenario they have performed the following in order:
The customer DOES NOT want to perform a full (The changefeed issue is fixed by restarting all TiCDC components) |
@kennytm Does the customer do the "transfer PD leader" operation before scale-in old PDs? Seems you don't provide this info in the original issue? |
Got it. I used stop instead of scale-in to preserve pd logs. I will use scale-in to try again. |
It's ok to do transfer leader before scale-in pd. Thanks for the support. |
Bug Report
What did you do?
What did you expect to see?
cdc can still use pd client get cluster id.
What did you see instead?
cdc cannot use pd client to get cluster id. And there is lot of error like following from pd client:
What version of PD are you using (
pd-server -V
)?nightly
The text was updated successfully, but these errors were encountered: