-
Notifications
You must be signed in to change notification settings - Fork 720
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
Failed to create PD client for PD v6.5/v6.6 #6243
Labels
Comments
The issue can cause TiDB Lightning v7.0 to fail to import data to TiDB 6.6. |
The problem is introduced by #6160 |
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 29, 2023
close #6243 Signed-off-by: Ryan Leung <rleungx@gmail.com>
ti-chi-bot
added a commit
that referenced
this issue
Mar 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
What did you do?
Create PD client for PD v6.5/v6.6 using the following function.
pd/client/client.go
Line 305 in c4a8b80
What did you expect to see?
Everything is ok.
What did you see instead?
An error encountered:
Root cause:
pd/client/pd_service_discovery.go
Line 379 in c4a8b80
What version of PD are you using (
pd-server -V
)?pd-server: v6.6.0
Test codes is based TiDB repo:
github.com/tikv/pd/client v0.0.0-20230329032054-05f86a47e154
https://github.com/pingcap/tidb/blob/4d50a1d9293e934244d46eeb621290565f29391e/go.mod#L97
The text was updated successfully, but these errors were encountered: