mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-15 19:17:02 +02:00
This change makes these errors transient instead of permanent: [ERROR] core: failed to acquire lock: error=etcdserver: requested lease not found After this change, there can still be one of these errors when a standby vault that lost its lease tries to become leader, but on the next lock acquisition attempt a new session will be created. With this new session, the standby will be able to become the leader. |
||
---|---|---|
.. | ||
etcd2.go | ||
etcd3_test.go | ||
etcd3.go | ||
etcd_test.go | ||
etcd.go |