etcd
etcd copied to clipboard
Distributed reliable key-value store for the most critical data of a distributed system
### What happened? We have been running a Raft cluster using etcd's Raft implementation. We started with the raftexample. Occasionally, one node fails to restart due to a corrupted WAL...
1. Reuse of wrong password to access interface /v2/auth/users, account will not be locked out 2. Call etcd api to use weak password to perform user creation and update user...
Hi guys, I searched some offical documents and found it looks like Etcd can only be recovered using snapshot when lost quorum, do we have any other methods to rebuild...
Hi, I have deployed a 3 node etcd server and a grpc proxy, then I create a root user and auth enable. But I can not use root user to...
Hi! I'm running an etcd 3.3.9 cluster, in Google Kubernetes Engine, as managed by [etcd-operator](https://github.com/coreos/etcd-operator). This cluster is used solely for locking, at any time there are 5ish locks. These...
**etcd version: 3.1.9 kubernetes version: 1.9** etcd panic after got err msg **"mvcc: range cannot find rev (224,0)"** as below. ``` 2018-08-13 06:08:45.746323 I | mvcc: finished scheduled compaction at...
There are almost 30k goroutines for each breakpoint position as the preceding image. The etcd version tag is on v3.2.7. And the following is the pprof goroutine logs: ``` goroutine...
Hi, We've noticed an issue where clientv3 behaves differently for docker and physical machine. Two isolated clusters are setup with 3 physical machines and 5 containers. The number of goroutines...
Hi, we meet an Inconsistent reading issue. the key can read from the leader but not from one follower, and found two leaders appear one after another at the same...
``` benchmark --conns=100 --clients=1000 put --key-size=400 --val-size=4256 --total=200000 ``` ``` proto: no coders for int proto: no encoder for ValueSize int [GetProperties] ``` Just warning, no panic. Need to double-check....