Gyuho Lee

Results 52 comments of Gyuho Lee

> we see different behavior between version 2.2.4 and 3.2.0. How did you configure them (e.g. heartbeats, election timeout)? If leader election happens from network disconnection, they would behave the...

Do you have exact same workloads between two?

Did the memory usage keep increasing or level off?

@directionless If you can reproduce this using just etcd without etcd-operator, and provide a way to reproduce, it will be very helpful.

Output from `client-url/metrics` would be helpful. Would be best if it's reproducible on our side (including how you create 10 locks).

You have total `171161` puts. Whenever you create and acquire a lock, the key is written to the storage, so memory will spike as it holds those entries in Raft,...

We encrypt auth passwords with bcrypt, and do not support password recovery. I would restore from recent snapshot to create a new cluster. /cc @mitake

@mitake How would it work? Is it to reset root password?

@yingnanzhang666 Is there anyway that you can share the db files?

> go back to previous backups and restore, found it still panic by using the latest several backups. Can you provide more details? So, no matter how far you go...