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

Move the call to getMapCompletionEvents in ReduceTask.ReduceCopier.fetchOutputs to a separate thread

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.20.0
    • None
    • None
    • Reviewed

    Description

      The method ReduceTask.ReduceCopier.fetchOutputs makes a call to getMapCompletionEvents every iteration of the loop. This should be moved out to a separate thread. This might slow down the shuffle scheduler in some cases since there is a sleep inside the getMapCompletionEvents method.

      Attachments

        1. hadoop-4683.patch
          21 kB
          Jothi Padmanabhan

        Activity

          People

            jothipn Jothi Padmanabhan
            ddas Devaraj Das
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: