open-vault/changelog/13476.txt
Steven Clark b9e5aeb459
Attempt to address a data race issue within identity store - take 2 (#13476)
* Attempt to address a data race issue within identity store
* Testcase TestIdentityStore_LocalAliasInvalidations identified a data race issue.
* This reverts the previous attempt to address the issue from #13093
2021-12-22 09:51:13 -05:00

4 lines
120 B
Plaintext

```release-note:bug
core/identity: Address a data race condition between local updates to aliases and invalidations
```