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

mapreduce.task.timeout=0 configuration used to disable timeout doesn't work

Log workAgile BoardRank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.3.0
    • None
    • None

    Description

      mapreduce.task.timeout=0 configuration used to disable timeout doesn't work after MAPREDUCE-6190. If the task timeout is configured as zero the task fails with stuck timeout, if the TaskStatus is null.

                if (sendProgress) {
                  // we need to send progress update
                  updateCounters();
                  checkTaskLimits();
                  taskStatus.statusUpdate(taskProgress.get(),
                                          taskProgress.toString(),
                                          counters);
                  amFeedback = umbilical.statusUpdate(taskId, taskStatus);
                  taskFound = amFeedback.getTaskFound();
                  taskStatus.clearStatus();
                }
                else {
                  // send ping 
                  amFeedback = umbilical.statusUpdate(taskId, null);
                  taskFound = amFeedback.getTaskFound();
                }
      

      This issue is reported by Bibin Chundatt.

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            aajisaka Akira Ajisaka Assign to me
            aajisaka Akira Ajisaka
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment