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

clientv3: timeouts doesn't work with --user key #7627

Closed
idonin opened this issue Mar 29, 2017 · 1 comment
Closed

clientv3: timeouts doesn't work with --user key #7627

idonin opened this issue Mar 29, 2017 · 1 comment
Labels

Comments

@idonin
Copy link

idonin commented Mar 29, 2017

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:

  1. Stop etcd node
  2. Run 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

Additional:

  • With another clients like confd problem may exist, but not checked.
  • Another commands like watch, put also affected
@idonin idonin changed the title etcdv3: timeouts doesn't work with --user key clientv3: timeouts doesn't work with --user key Mar 29, 2017
@heyitsanthony
Copy link
Contributor

also broken on master

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