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

KeepAlive panicking when passing in a context object which isn't comparable #18935

Open
4 tasks
ahrtr opened this issue Nov 22, 2024 · 0 comments
Open
4 tasks

Comments

@ahrtr
Copy link
Member

ahrtr commented Nov 22, 2024

Bug report criteria

What happened?

The client sdk may panic if the context isn't comparable,

if c == ctx {

See discussion in #18893

What did you expect to happen?

Never panicking

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

.

Anything else we need to know?

No response

Etcd version (please run commands below)

$ etcd --version
# paste output here

$ etcdctl version
# paste output here

Etcd configuration (command line flags or environment variables)

paste your configuration here

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

$ etcdctl member list -w table
# paste output here

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

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant