-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
Execution Team 2020-06-29
-
0
LockerImpl::getWaitingResource() has unsynchronized accesses to the lock request status in order to find the waiting resource. To solve this, LockerImpl should keep track of the waiting resource itself so that it doesn't need to look through the pending requests.
- is duplicated by
-
SERVER-48964 Potential data race in LockRequest.status
- Closed