etcd icon indicating copy to clipboard operation
etcd copied to clipboard

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

Results 591 etcd issues
Sort by recently updated
recently updated
newest added

### What happened? We have been running a Raft cluster using etcd's Raft implementation. We started with the raftexample. Occasionally, one node fails to restart due to a corrupted WAL...

type/question
stale

1. Reuse of wrong password to access interface /v2/auth/users, account will not be locked out 2. Call etcd api to use weak password to perform user creation and update user...

area/security
stale

Hi guys, I searched some offical documents and found it looks like Etcd can only be recovered using snapshot when lost quorum, do we have any other methods to rebuild...

type/question
stale

Hi, I have deployed a 3 node etcd server and a grpc proxy, then I create a root user and auth enable. But I can not use root user to...

type/bug
gRPC-proxy
area/auth
stale

Hi! I'm running an etcd 3.3.9 cluster, in Google Kubernetes Engine, as managed by [etcd-operator](https://github.com/coreos/etcd-operator). This cluster is used solely for locking, at any time there are 5ish locks. These...

stale

**etcd version: 3.1.9 kubernetes version: 1.9** etcd panic after got err msg **"mvcc: range cannot find rev (224,0)"** as below. ``` 2018-08-13 06:08:45.746323 I | mvcc: finished scheduled compaction at...

stale

There are almost 30k goroutines for each breakpoint position as the preceding image. The etcd version tag is on v3.2.7. And the following is the pprof goroutine logs: ``` goroutine...

stale

Hi, We've noticed an issue where clientv3 behaves differently for docker and physical machine. Two isolated clusters are setup with 3 physical machines and 5 containers. The number of goroutines...

stale

Hi, we meet an Inconsistent reading issue. the key can read from the leader but not from one follower, and found two leaders appear one after another at the same...

area/raft
stale

``` benchmark --conns=100 --clients=1000 put --key-size=400 --val-size=4256 --total=200000 ``` ``` proto: no coders for int proto: no encoder for ValueSize int [GetProperties] ``` Just warning, no panic. Need to double-check....

stale