Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Eliminate multiple locking:
- Queue.GetPartitionQueueDAOInfo() obtains a read lock, then calculates the headroom, which also acquires a read lock. Make sure we only have a single read lock while running this method.
- Queue.addChildQueue(): call getCurrentPriority() instead of GetCurrentPriority()
Attachments
Issue Links
- is duplicated by
-
YUNIKORN-2546 Eliminate read lock call from Queue.addChildQueue()
- Closed
- links to