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

### What would you like to be added? I would like the ability to pass in a *tls.Config object to the embedded ETCD Server, specifically as an option for the...

type/feature
area/tls

### What would you like to be added? add demote subcommand support in etcdctl. e.g. ``` $ etcdctl member demote xxxxxx ``` the expected output is to convert an existing...

type/feature
area/etcdctl
priority/awaiting-more-evidence

### What would you like to be added? When reading `etcdutl migrate` code I noticed that I made a mistake (not a serious one :P). In code https://github.com/etcd-io/etcd/blob/b3bf59a3557ce81fb9d4615df667b4cacc6a4f6d/etcdutl/etcdutl/migrate_command.go#L98-L101 I pass...

help wanted
type/feature
priority/important-longterm

### What would you like to be added? `backend.ConcurrentReadTx` function no need unlock `txReadBufferCache.mu` when encountering stale cache ### Why is this needed? ***Because this could make no updated readTx.buf...

type/feature
priority/awaiting-more-evidence

### What would you like to be added? the cluster size is dynamic natively in etcd(by adding/removing members to/from existing cluster) . it also brings a challenge for etcd to...

area/performance
type/feature
priority/backlog

Before ``` 2024/02/15 18:20:58 INFO: [core] [Channel #1] Channel created 2024/02/15 18:20:58 INFO: [core] [Channel #1] original dial target is: "localhost:2379" 2024/02/15 18:20:58 INFO: [core] [Channel #1] parsed dial target...

do-not-merge/work-in-progress

### What would you like to be added? Etcd robustness tests are pretty great way to validate generic contracts, however it's pretty huge problem space and it's hard to know...

type/feature
priority/important-soon
area/robustness-testing

### What would you like to be added? Etcd should not write any error logs during normal operation. We could add a test that starts etcd cluster, does some simple...

area/testing
help wanted
type/feature

### What would you like to be added? Robustness tests execute traffic against a cluster and record their history so they can be validated for linearizability. Unfortunately linearizing history is...

type/feature
stage/tracked
area/robustness-testing

### What would you like to be added? Current flag documentation in command line: ``` --pre-vote 'true' Enable to run an additional Raft election phase. ``` From the original PR...

area/documentation
help wanted
priority/important-longterm