Files
vault/changelog/25448.txt
miagilepner 5f0638aa8b VAULT-23926: Fix rollback deadlock on perf secondaries (#25448)
* prevent deadlock

* rollbacks not done for sync invalidate

* add check for the path before deleting

* revert sync invalidation doesn't do rollbacks

* add known issue

* changelog

* fix formatting issue
2024-02-21 16:38:39 +01:00

4 lines
170 B
Plaintext

```release-note:bug
core (enterprise): Fix a deadlock that can occur on performance secondary clusters when there are many mounts and a mount is deleted or filtered
```