open-vault/changelog/17186.txt
Nick Cabatoff d5e0353696
Fix unsafe access to perf standby status from systemview (#17186)
Ensure that we don't try to access Core.perfStandby or Core.PerfStandby() from dynamicSystemView, which might be accessed with or without stateLock held.
2022-10-05 08:56:36 -04:00

3 lines
106 B
Plaintext

```release-note:bug
core: fix race when using SystemView.ReplicationState outside of a request context
```