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

Is this a feature? My client-side uses etcd client pkg to use its watch func. My problem is when client side is watching etcd, but etcd restored with a snapshot,...

1. Start an etcd server (versions tested: 3.1.9 - 3.2.9) 2. Write v2 data, but less than 10,000 keys, so that no .snap file is created 3. Stop the server...

area/bug
area/doc
Help Wanted
good first issue
stage/tracked

### What happened? With a five-node etcd 3.5.3 cluster running on Debian stable, with a data directory mounted on the lazyfs filesystem, killing nodes and losing their un-fsynced writes appears...

area/bug
important

I saw this error multiple times in 3.4 pipeline, ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xab2922] goroutine 3500 [running]:...

stage/tracked

### What happened? A 3 etcd cluster returned inconsistent data. 'bad' Node ``` { "level": "info", "ts": "2022-06-09T09:21:10.368Z", "caller": "mvcc/kvstore_compaction.go:56", "msg": "finished scheduled compaction", "compact-revision": 165517829, "took": "13.589883ms" } ```...

type/bug
priority/important-soon
stage/tracked
release/v3.4
area/bbolt
data/corruption

This issue is to track a proposal to the etcd community, regarding a Mentorship program to the new etcd contributors. I have discussed with @ahrtr , and he has advised...

area/community

Currently there is lots of replace directives in each go.mod file, and most of them are some duplicated items. In golang 1.18 to be release early next year, a new...

stale

I couldn't believe it myself, and after a long day of hacking, I finally assumed it was something in etcd's code that was broken instead of mine. Here's a simple...

area/bug
stale

This PR makes 2 changes: * Collects all CreateBucket calls and puts them as part of server bootstrap. Now we assume that preexiting backend already has all buckets created and...

stale

The issue was found in 3.4 pipeline. ``` --- FAIL: TestWatchReconnRequest (1.12s) panic: runtime error: index out of range [0] with length 0 [recovered] panic: runtime error: index out of...

area/testing
Help Wanted
area/testing/flake