etcd
etcd copied to clipboard
Distributed reliable key-value store for the most critical data of a distributed system
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,...
new members added after v2->v3 data migration do not receive existing data if no .snap file exists
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...
### 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...
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]:...
### 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" } ```...
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...
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...
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...
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...
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...