open-vault/physical/etcd
Ben Higgins f78ab356d4 vault: recover from standby losing etcd lease (#3031) (#3511)
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.
2017-11-03 13:38:16 -04:00
..
etcd.go
etcd2.go
etcd3.go vault: recover from standby losing etcd lease (#3031) (#3511) 2017-11-03 13:38:16 -04:00
etcd3_test.go
etcd_test.go