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? 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...

type/bug
help wanted
release/v3.5

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

help wanted
stage/tracked

### 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)...

type/flake

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:...

type/question

### 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...

type/bug

### 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...

type/feature

version: ![image](https://user-images.githubusercontent.com/11647782/143519029-2defa6b3-d10f-48c1-b467-4f99ea13e6b6.png) config: ![image](https://user-images.githubusercontent.com/11647782/143519195-be91fb56-fc6a-4b8f-b675-197ded7606ff.png) ![image](https://user-images.githubusercontent.com/11647782/143519917-2a26da87-dd3a-4512-91e8-63f770e7d581.png) Port detection status: ![image](https://user-images.githubusercontent.com/11647782/143519365-64b61c54-e5a4-4a83-b689-e742536fcd9d.png) ![image](https://user-images.githubusercontent.com/11647782/143519459-b187aa12-2669-4f36-8bb0-006ee3918a82.png) but, old version(3.4.10) is ok: version: ![image](https://user-images.githubusercontent.com/11647782/143519551-4f9cc96d-7949-4313-bcde-3a271e4a79f0.png) config: ![image](https://user-images.githubusercontent.com/11647782/143519616-e496fd75-199d-49c0-a8d7-928e6381fb22.png) ![image](https://user-images.githubusercontent.com/11647782/143519639-69c52894-78e6-402e-8c10-1fbd3feb2041.png) Port detection status: ![image](https://user-images.githubusercontent.com/11647782/143519751-128d2bff-fb47-445c-ba6b-b53ed15394ea.png) ![image](https://user-images.githubusercontent.com/11647782/143519828-672b21f2-5431-426c-8830-157f4511856f.png)

### 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...

help wanted
priority/important-soon
stage/tracked

### 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...

area/testing
type/flake