Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
YARN-3139 does optimization on the locks by introducing ReentrantReadWriteLock to remove synchronized locks, but still seems to have some synchronization locks in AbstractYarnScheduler and its hierarchy because of nonavailibility of read write locks in Fifo scheduler.