Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
There is a mismatch between the number of running tasks shown as running and actual running tasks. The number shown as the hyperlink (i.e on jobdetails.jsp) is less than the one shown once clicked (i,e in jobtasks.jsp). In the framework, a TIP can be complete as well as running. TaskInProgress.isComplete() checks for atleast one successful task attempt while TaskInProgress.isRunning() checks if there are running tasks. Both of which can be true when there are speculative tasks. Hence jobtasks.jsp should ignore completed tasks if running tasks are to be shown.