etcd-io / etcd

Distributed reliable key-value store for the most critical data of a distributed system

Home Page:https://etcd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

some etcdctl commands use default timeout instead of user specified value

mitake opened this issue · comments

Some etcdctl commands (e.g. etcdctl member) seem to use client.DefaultRequestTimeout instead of c.GlobalDuration("timeout"). Therefore their timeout value is different from user specified value (--timeout). Is this intentional?

LGTM. Thanks!