Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Duplicate
-
2.8.0
-
None
-
None
Description
Hit a deadlock in the ResourceManager as one thread was holding the SchedulerApplicationAttempt lock and trying to call RMAppAttemptImpl.getMasterContainer while another thread had the RMAppAttemptImpl lock and was trying to call SchedulerApplicationAttempt.getResourceUsageReport.