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

MapReduce job can infinitely increase number of reducer resource requests

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 2.8.0, 2.7.3, 2.6.5, 3.0.0-alpha1
    • None
    • None

    Description

      We have seen this issue from one of our clusters: when running terasort map-reduce job, some mappers failed after reducer started, and then MR AM tries to preempt reducers to schedule these failed mappers.

      After that, MR AM enters an infinite loop, for every RMContainerAllocator#heartbeat run, it:

      • In preemptReducesIfNeeded, it cancels all scheduled reducer requests. (total scheduled reducers = 1024)
      • Then, in scheduleReduces, it ramps up all reducers (total = 1024).

      As a result, we can see total #requested-containers increased 1024 for every MRAM-RM heartbeat (1 sec per heartbeat). The AM is hanging for 18+ hours, so we get 18 * 3600 * 1024 ~ 66M+ requested containers in RM side.

      And this bug also triggered YARN-4844, which makes RM stop scheduling anything.

      Thanks to sidharta-s for helping with analysis.

      Attachments

        1. MAPREDUCE-6689.1.patch
          10 kB
          Wangda Tan

        Issue Links

          Activity

            People

              leftnoteasy Wangda Tan
              leftnoteasy Wangda Tan
              Votes:
              0 Vote for this issue
              Watchers:
              13 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: