mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* Prevent a deadlock that occurs when Restore grabs lease lock then pending lock, while a revocationJob's OnFailure grabs those lock in the reverse order. * Fix lock * Add CL * Grab lock before markLeaseIrrevocable --------- Co-authored-by: hc-github-team-secure-vault-core <github-team-secure-vault-core@hashicorp.com>
4 lines
137 B
Plaintext
4 lines
137 B
Plaintext
```release-note:bug
|
|
expiration: Fix a deadlock that could occur when a revocation failure happens while restoring leases on startup.
|
|
```
|