etcd
etcd copied to clipboard
Distributed reliable key-value store for the most critical data of a distributed system
### What happened? The DB size diff can be as high as 3GiB. Here is one screenshot of the db size metric. The drop of the blue line is actually...
ClusterID, memberID and leaseID are just identities, so it doesn't make sense to print them in decimal. Instead, we should always print them in hexadecimal. Please note the existing behavior...
ETCD 3.2.5 started with openssl certificates as follows etcdserver/api/v3rpc: Failed to dial 0.0.0.0:2379: connection error: desc = "transport: remote error: tls: bad certificate"; please retry. The ca-chain and server certificates...
This is a supplement task for [pull/13560 ](https://github.com/etcd-io/etcd/pull/13560 )
In response to #13766 and past issues (e.g. #11613) that get into the same condition: It is possible for etcd to get into a condition where the databases on different...
Based on https://github.com/etcd-io/etcd/pull/13837 I expect we are missing some e2e testing.
Range request is used in etcd both for getting only one key and for getting multiple keys. The execution time is highly dependent on the number of elements that are...
As part of the 3.5.3 release process we realized that a lot of etcd release qualification and testing is currently adhoc and manual. To gain more confidence in new features...
P0 action item proposed in https://github.com/etcd-io/etcd/blob/main/Documentation/postmortems/v3.5-data-inconsistency.md Etcd functional tests designed to detect such problems, however they are unmaintained, flaky and are missing crucial scenarios. This means that etcd releases are...
Hi, This post is about extending fuzzing of etcd and Sahdev Zala asked me to put an issue up here. CNCF has been sponsoring fuzzing of various CNCF projects (see...