Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.20.1
-
Fix Version/s: 0.22.0
-
Component/s: jobtracker
-
Labels:None
-
Hadoop Flags:Reviewed
Description
JobInProgress.finishedMaps() and finishedReduces() are synchronized. They are called from jobqueue_details.jsp and FairSchedulerServelet which iterates through all jobs. If any job is in initialization, these pages don't come up until the initialization finishes.
See comment for more details