Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-6480

archive-logs tool may miss applications

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.8.0
    • 2.8.0, 3.0.0-alpha1
    • None
    • None
    • Reviewed

    Description

      MAPREDUCE-6415 added a tool to archive aggregated logs into HAR files. It seeds the initial list of applications to process based on apps which have finished aggregated, according to the RM. However, the RM doesn't remember completed applications forever (e.g. failover), so it's possible for the tool to miss applications if they're no longer in the RM.

      Instead, we should do the following:

      1. Seed the initial list of apps based on the aggregated log directories
      2. Make the RM not consider applications "complete" until their log aggregation has reached a terminal state (i.e. DISABLED, SUCCEEDED, FAILED, TIME_OUT).

      #2 will allow #1 to assume that any apps not found in the RM are done aggregating. #1 on it's own should cover most cases though

      Attachments

        1. MAPREDUCE-6480.003.patch
          37 kB
          Robert Kanter
        2. MAPREDUCE-6480.002.patch
          30 kB
          Robert Kanter
        3. MAPREDUCE-6480.001.patch
          26 kB
          Robert Kanter

        Issue Links

          Activity

            People

              rkanter Robert Kanter
              rkanter Robert Kanter
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: