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

Hey folks, I'm running some benchmarks to validate etcd for a watch-heavy production workload and am running into an issue when incorporating the grpc proxy into the test. The issue...

gRPC-proxy
stale

Hi, I'm deploying a 3-proxy, 3-node etcd cluster, and noticed some flakiness when the proxy starts: ``` 2017-06-23 01:22:01.950109 I | etcdmain: listening for grpc-proxy client requests on 0.0.0.0:2379 2017-06-23...

gRPC-proxy
stale

# Problem Enabling auth on etcd v3 when it is used by any Kubernetes cluster will force the cluster into read only mode after less than a few days. The...

area/auth
stale

We have 3 nodes A, B and C, A is the etcd leader, when we bring down network connection between A and B(this is happening often when A, B and...

area/raft
type/feature
stale

### What happened? With etcd 3.5.3 and jetcd 4.1.74.Final, I suspect that the effects of failed transactions can be visible to later readers and writers when processes are killed with...

type/question
stale

### What happened? My current configuration for etcd automatic compression is like this: auto-compaction-mode: revision auto-compaction-retention: "1000" it will automatically compress ### What did you expect to happen? I see...

type/feature
stale

### What happened? shutdown one member's network(mock network failure), and then up this memer, as this member's term id is greater than the existed cluster's termid, this will leads to...

type/bug
stale

### What happened? In a single node etcd it has been observed that some times due to abruptly termination of `etcd container` the lock on the `etcd db` file was...

type/feature
stale

### What happened? A cluster ran out of space, and was "rebuilt" - one instance was set with --force-new-cluster, and others were joined before that node itself was deleted and...

type/bug