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

DefaultSpeculator holds and checks hashmap that is always empty

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.3.0
    • applicationmaster
    • None
    • Reviewed

    Description

      The only way pendingSpeculations is used:

           // If the task is already known to be speculation-bait, don't do anything   
            if (pendingSpeculations.get(task) != null) {                                
              if (pendingSpeculations.get(task).get()) {                                
                return;                                                                 
              }                                                                         
            } 
      

      Attachments

        1. MAPREDUCE-5613.v01.patch
          2 kB
          Gera Shegalov

        Activity

          People

            jira.shegalov Gera Shegalov
            jira.shegalov Gera Shegalov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: