etcd
etcd copied to clipboard
Distributed reliable key-value store for the most critical data of a distributed system
### 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...
This PR relates to #14305
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...
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
### 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...
### 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....
This PR essentially reopens #13362 cherrypicked onto main and with the requested test.