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
trafficstars

I saw this error multiple times in 3.4 pipeline, ``` {"level":"info","ts":1658452719.9775898,"caller":"tester/cluster.go:585","msg":"closed tester HTTP server","tester-address":"127.0.0.1:9028"} ./test: line 229: kill: (7520) - No such process ./test: line 229: kill: (7521) - No...

area/testing
help wanted
type/flake

Same as previous v3.5 releases. Let's agree what work should be included in release and track the work. The list presented below will be evolving as community decides to cut/include...

Backport: * https://github.com/etcd-io/etcd/pull/14049 * https://github.com/etcd-io/etcd/pull/14120 * https://github.com/etcd-io/etcd/pull/14272 cc @ahrtr

When asking CNCF for support due to reduced community activity we stumbled upon a problem, governing board was surprised that project is unmaintained if there is so many maintainers listed....

## Introduction (tl;dr at the bottom) Hello, I am unsure if this is an ETCD bug or GRPC one or whatever this is-- so i'll try to be as explicit...

area/contrib

Test flakiness and maintenance cost remains one of the larger issues for Etcd project. Proposals like https://github.com/etcd-io/etcd/issues/13167 to track flakiness and contributions to address singular tests have definitely helped however...

help wanted

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

Currently it's not possible to use the go.etcd.io/etcd/tests/v3/integration module, in any version of 3.5 if another module in the project uses an updated version of OpenTelemetry. Trying to run "go...

### What happened? After compacting the database and clearing NOSPACE alarm, the server still does not accept new write requests. ### What did you expect to happen? After I compacted...

area/feature

etcd server version: v3.4.13 In my service, a key is renewed every four seconds. In some abnormal scenarios, the lease renewal may fail and the key is lost. How can...

area/question