Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.0
-
None
-
Reviewed
Description
In profiling the fair scheduler, a large amount of time is spent waiting to get the lock in FairScheduler.getAppWeight(), when the lock isn't actually needed. This patch reduces the scope of the lock to eliminate that contention.