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

Fixes #18267

area/testing
area/etcdctl
area/etcdutl
ok-to-test
size/M

### Bug report criteria - [X] This bug report is not security related, security issues should be disclosed privately via [etcd maintainers](mailto:[email protected]). - [X] This is not a support request...

type/bug

### What would you like to be added? See previous discussion about the possible problem in https://github.com/kubernetes/kubernetes/issues/127966 We may want to consider at least reserving an alternate domain. I've filed...

area/documentation
type/feature
area/community
area/tooling
priority/important-soon

There is no linter for this. This uses testify instead of testing for With ```go require.NoError(t, err) require.Error(t, err) ``` instead of ```go if err != nil { t.Fatal(err) }...

area/testing
area/robustness-testing
needs-ok-to-test
size/XL

Fixes https://github.com/etcd-io/etcd/issues/18679 I was able to confirm this risk exists based on the unit test failing with txnWrite.End() still around. I did have to add a few milliseconds of wait...

ok-to-test
size/M
approved

enables and fixes [gofumpt](https://golangci-lint.run/usage/linters/#gofumpt) linter issues in contrib, etcdctl and etcdutl directories

area/etcdctl
area/contrib
area/etcdutl
ok-to-test
size/M
approved

Based on the experience of performing dependency bumps, some minor improvements are made to the script to make it conform to our current dependency bump procedure, listed as follows: -...

do-not-merge/work-in-progress
size/M

enables and fixes [thelper](https://golangci-lint.run/usage/linters/#thelper) linter issues in client directory

area/testing
area/clientv3
area/tooling
ok-to-test
size/M
approved

- metrics to capture leases attached and detached - metrics to capture duration to grant, revoke, and renew leases - metric to capture initial lease count at startup **Help** -...

area/testing
needs-ok-to-test
size/L

enables and fixes [gofumpt](https://golangci-lint.run/usage/linters/#gofumpt) linter issues in client directory

area/testing
area/clientv3
area/tooling
ok-to-test
size/L
approved