Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
all
Description
The JobTracker keeps at most the last 100 completed jobs.
One this limit is exceeded and there is a new completed job the old submitted job in completed state is removed regardless if there are jobs that have finished much earlier in the completed list.
The job should be added at completion time, not a submission time to avoid this problem.