Skip to content
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

Closed
sleepymole opened this issue Mar 29, 2023 · 2 comments · Fixed by #6244
Closed

Failed to create PD client for PD v6.5/v6.6 #6243

sleepymole opened this issue Mar 29, 2023 · 2 comments · Fixed by #6244
Assignees
Labels
affects-7.0 severity/critical The issue's severity is critical. type/bug The issue is confirmed as a bug.

Comments

@sleepymole
Copy link
Member

sleepymole commented Mar 29, 2023

Bug Report

What did you do?

Create PD client for PD v6.5/v6.6 using the following function.

func NewClientWithContext(ctx context.Context, svrAddrs []string, security SecurityOption, opts ...ClientOption) (Client, error) {

What did you expect to see?

Everything is ok.

What did you see instead?

An error encountered:

[pd] failed to get cluster id

Root cause:

return errors.WithStack(errFailInitClusterID)

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

@sleepymole sleepymole added the type/bug The issue is confirmed as a bug. label Mar 29, 2023
@github-actions github-actions bot added this to Need Triage in Questions and Bug Reports Mar 29, 2023
@sleepymole
Copy link
Member Author

sleepymole commented Mar 29, 2023

The issue can cause TiDB Lightning v7.0 to fail to import data to TiDB 6.6.

@rleungx
Copy link
Member

rleungx commented Mar 29, 2023

The problem is introduced by #6160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.0 severity/critical The issue's severity is critical. type/bug The issue is confirmed as a bug.
Projects
Development

Successfully merging a pull request may close this issue.

5 participants