"error":"rpc error: code = DeadlineExceeded desc = context deadline exceeded" #16356
Unanswered
Tejaswini5327
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey @Tejaswini5327 - Etcd version If the issue persists, please provide clear step by step instructions on how to recreate it so we can investigate. Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug report criteria
What happened?
When trying to do scale pods , successfully scaled po-2, trying to scale pod-1 then checking etcdctl member list in pod-0 , giving error as {"level":"warn","ts":"2023-07-26T03:59:26.143+0200","caller":"clientv3/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"endpoint://client-b1400e47-e7c8-4037-9a76-00e24ef95743/eric-data-distributed-coordinator-ed.eda:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = context deadline exceeded"}
Error: context deadline exceeded
command terminated with exit code 1
and checked the cluster heakth using etcdctl endpoint health , cluster is not healthy.
What did you expect to happen?
How can we reproduce it (as minimally and precisely as possible)?
after scaling one pod, when trying to check etcdctl member list , then giving this error.
Anything else we need to know?
No response
Etcd version (please run commands below)
$ etcd --version
3.4.16
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)
Relevant log output
Beta Was this translation helpful? Give feedback.
All reactions