etcd
etcd copied to clipboard
Distributed reliable key-value store for the most critical data of a distributed system
### What happened? Whenever I run my etcd container, its memory usage slowly goes up to meet the docker limit on my machine (~7.6 GB) and then it OOMs. I've...
This is tracking issue that tracks graduation of this feature. Let's work towards stabilization of the feature by discussing what steps should be taken for graduation. Context https://github.com/etcd-io/etcd/issues/13775
### What happened? In case of functional test failure, test.sh can't access etcd logs. /tmp/etcd-functional* dirs are already removed > PASSES='functional' ./scripts/test.sh --- FAIL: TestFunctional (16.32s) --- FAIL: TestFunctional/round:0 (1.24s)...
I would like to store a lot of objects into etcd and want to implement graceful deletion( or delayed deletion) for every object. There are two solutions: - Solution A:...
### What happened? etcd failed to stop and stuck in stopping state after it was removed from membership. It went unresponsive for any requests sent to it. ### What did...
### What happened? I get an error when building WASM application with the etcd client. ### How can we reproduce it (as minimally and precisely as possible)? ```go package main...
version:  config:   Port detection status:   but, old version(3.4.10) is ok: version:  config:   Port detection status:  
### What happened? etcd occasionally fails to start after a node is powered off。I get an error like this。 ``` 2022-08-12 06:08:34.782303 E | etcdserver: publish error: etcdserver: request timed...
[The content of this post is being edited, and is not yet approved plan of record ] # Background In 3.4 storeV2 is still extensively used: - User can opt...
### Which github workflows are flaking? Jobs in our internal CI are flaking ### Which tests are flaking? tests/v3/e2e/watch_delay_test.go TestWatchDelayForEvent ### Reason for failure (if possible) This test is probably...