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

Node health feature fails to blacklist a node if the health check script times out in some cases

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Incomplete
    • None
    • None
    • tasktracker
    • None

    Description

      Node health check feature fails to blacklist a TT if health check script times out. Below are the values that were set:

      • mapred.healthChecker.interval=60000
      • mapred.healthChecker.script.timeout=6000

      And the script was:

      #!/bin/bash
      echo "start"
      sleep 100000
      echo "end"
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            vinodkv Vinod Kumar Vavilapalli
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: