We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
etcdctl version: 3.1.2 API version: 3.1
Error: When passing --user username:password on etcdctl command, timeount doesn't work at all
How to reproduce:
ETCDCTL_API=3 etcdctl --user foo:bar get /
What I see: Hangs on. Permanent loop with this messages in strace
futex(0x1148ab0, FUTEX_WAIT, 0, NULL) = 0 futex(0x1148ab0, FUTEX_WAIT, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable) epoll_wait(4, {}, 128, 0) = 0` in strace
What expected: Failing with Error: grpc: timed out when dialing after timeout
Error: grpc: timed out when dialing
Additional:
The text was updated successfully, but these errors were encountered:
also broken on master
Sorry, something went wrong.
clientv3: respect dial timeout when authenticating
62d7bae
Fixes etcd-io#7627
6538217
Fixes #7627
No branches or pull requests
etcdctl version: 3.1.2
API version: 3.1
Error:
When passing --user username:password on etcdctl command, timeount doesn't work at all
How to reproduce:
ETCDCTL_API=3 etcdctl --user foo:bar get /
What I see:
Hangs on. Permanent loop with this messages in strace
What expected:
Failing with
Error: grpc: timed out when dialing
after timeoutAdditional:
The text was updated successfully, but these errors were encountered: