Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-1279

list of completed jobs purges jobs based on submission not on completion age

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.13.0
    • 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.

      Attachments

        1. HADOOP-1279_20070420_1.patch
          4 kB
          Arun Murthy

        Activity

          People

            acmurthy Arun Murthy
            tucu00 Alejandro Abdelnur
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: