mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 01:32:33 +00:00
* Address a data race setting seal wrapper health attributes - When updating a seal wrapper's lastHealthCheck in a failure scenario we would read the lastSeenHealthy value in order to not update it outside of a locked context. This lead to the data race. - Merge the SetHealthy and setHealthy functions into one, in order to combine the logic and locking in a single function * Add cl
4 lines
101 B
Plaintext
4 lines
101 B
Plaintext
```release-note:bug
|
|
core: Address a data race updating a seal's last seen healthy time attribute
|
|
```
|