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

Client v3 and GRPC versions conflict #18344

Closed
4 tasks done
BoyChai opened this issue Jul 18, 2024 · 3 comments
Closed
4 tasks done

Client v3 and GRPC versions conflict #18344

BoyChai opened this issue Jul 18, 2024 · 3 comments
Labels

Comments

@BoyChai
Copy link

BoyChai commented Jul 18, 2024

Bug report criteria

What happened?

Since the emergence of the new version of Client v3 and GRPC, there has been a conflict

What did you expect to happen?

No dependency error

How can we reproduce it (as minimally and precisely as possible)?

Reference warehouse https://github.com/BoyChai/etcd-client
go mod tidy

Anything else we need to know?

No response

Etcd version (please run commands below)

go.etcd.io/etcd v3.3.27+incompatible ```console $ etcd --version # paste output here

$ etcdctl version

paste output here


</details>


### Etcd configuration (command line flags or environment variables)

<details>

# paste your configuration here

</details>


### Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)

<details>

```console
$ etcdctl member list -w table
# paste output here

$ etcdctl --endpoints=<member list> endpoint status -w table
# paste output here

Relevant log output

undefined: grpc.ClientConnInterface
undefined: grpc.SupportPackageIsVersion6
undefined: grpc.ClientConnInterface
undefined: grpc.ClientConnInterface
@jberkus
Copy link

jberkus commented Jul 18, 2024

Hey, version 3.3 is no longer supported. Can you see if you can reproduce this problem with a supported version?

@BoyChai
Copy link
Author

BoyChai commented Jul 19, 2024

Hey, version 3.3 is no longer supported. Can you see if you can reproduce this problem with a supported version?

Thank you very much. The version I am using is too old

@BoyChai
Copy link
Author

BoyChai commented Jul 19, 2024

@BoyChai BoyChai closed this as completed Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants