Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.2.0
-
None
-
Reviewed
Description
getQueueInfo in parentQueue will call child.getQueueInfo().
This will try acquire the leaf queue lock over parent queue lock.
Now at same time if a completedContainer call comes and acquired LeafQueue lock and it will wait for ParentQueue's completedConatiner call.
This lock usage is not in synchronous and can lead to deadlock.
With JCarder, this is showing as a potential deadlock scenario.
Attachments
Attachments
Issue Links
- duplicates
-
YARN-1422 RM CapacityScheduler can deadlock when getQueueUserAclInfo() is called and a container is completing
- Resolved
-
YARN-1737 Deadlock in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
- Resolved
- is broken by
-
YARN-569 CapacityScheduler: support for preemption (using a capacity monitor)
- Closed