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? I tried to use the ETCD container on an arm MacBook, but I'm having the same problem as issue #14209. (listen tcp 127.0.0.1:2380: bind: address already in...

Fix https://github.com/etcd-io/etcd/issues/12385 It's still a WIP PR, please do not merge. Remaining todos: - [ ] clean up code - [ ] write a test

etcdserver: Fixed unexpected cancelled watch with WatchID=0. I ran into the same problem from https://github.com/etcd-io/etcd/issues/12385, I found that the error will cause the watch with `WatchID=0` to be invalid,so I...

common tests framework: cluster client creation with auth could fail related to #14041 > More than 2K line of code change is too big, could you try to break down...

Raised on the latest code on `main` branch. ``` === FAIL: integration/clientv3/connectivity TestBalancerUnderNetworkPartitionDelete (8.12s) cluster.go:532: Creating listener with addr: 127.0.0.1:2109805817 ...... logger.go:130: 2022-08-10T22:44:54.878Z WARN m1 request stats {"member": "m1", "start...

area/testing
help wanted
type/flake

Raised on the latest code on `main` branch. ``` --- FAIL: TestOpenWithMaxIndex (0.00s) testing.go:967: TempDir RemoveAll cleanup: unlinkat /tmp/TestOpenWithMaxIndex2918559458/001: directory not empty ``` Refer to https://github.com/etcd-io/etcd/runs/7777195247?check_suite_focus=true

area/testing
Help Wanted
area/testing/flake

### What happened? I have 3-node etcd cluster version 3.5.2. I noticed a sitituation that endpoint's db_size is constantly growing. I have to perform compaction and defrag manually so that...

area/bug

### What happened? After turning on `--experimental-corrupt-check-time`, I’ve noticed that any time there has been a compaction and no recent write to etcd, the corruption check fails to actually run....

type/bug

This PR essentially reopens #13362 cherrypicked onto main and with the requested test.