You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
storepool: prevent holding multiple mutexes in UpdateLocalStoresAfterLeaseTransfer
This commit mitigates a deadlock that could potentially happen if two
calls to UpdateLocalStoresAfterLeaseTransfer happen simultaneously in
different order -> Leading to a deadlock.
Fixes: #145531
Release note: None
0 commit comments