mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

etcdctl was checking if the user exists before applying mutable calls; if etcdctl contacts a minority member, the member may not know the user exists on the cluster yet, causing command failure when it should succeed. If the user does not exist, it will be picked up once the command goes through raft. Fixes #6932