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

map task is not re-launched when the task is failed while reducers are running with full cluster capacity - which will lead to job hang

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Invalid
    • 2.2.0
    • None
    • None
    • None
    • SuSe Linux

    Description

      In a Cluster with 16GB capacity, job has started with 100maps and 10 reducers.

      When the reducers has started its execution, one NM has went down and resulted a failure for 2 maps. But at this time, remaining 8Gb was used by 6 reducers and AM. So there was no place to launch the failed maps. [NM never came up again, and cluster size became 8GB]

      If we kill one of reducers, then also the map cannot be launched as the priority of Failed map is lesser than that of reducer. So the remaining reducer only will get allocated from RM side.

      This is causing a hang for in reducer side.

      Attachments

        Activity

          People

            Unassigned Unassigned
            sunilg Sunil G
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: