Reduce locking contention on JobTracker.getTaskCompletionEvents() -----------------------------------------------------------------
Key: MAPREDUCE-1495 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1495 Project: Hadoop Map/Reduce Issue Type: Improvement Affects Versions: 0.20.1 Reporter: Rajesh Balamohan While profiling JT for slow performance with small-jobs, it was observed that JobTracker.getTaskCompletionEvents() is attributing to 40% of lock contention on JT. This JIRA ticket is created to explore the possibilities of reducing the sychronized code block in this method. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.