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

fair share scheduler does not utilize all slots if the task trackers are configured heterogeneously

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.19.0
    • 0.19.1
    • None
    • None
    • Reviewed
    • Hide
      HADOOP-4943: Fixed fair share scheduler to utilize all slots when the task trackers are configured heterogeneously.
      Show
      HADOOP-4943 : Fixed fair share scheduler to utilize all slots when the task trackers are configured heterogeneously.

    Description

      There is some code in the fairshare scheduler that tries to make the load across the whole cluster the same.
      That piece of code will break if the task trackers are configured differently. Basically, we will stop assigning more tasks to tasks trackers that have tasks above the cluster average, but we may still want to do that because other task trackers may have less slots.

      We should change the code to maintain a cluster-wide slot usage percentage (instead of absolute number of slot usage) to make sure the load is evenly distributed.

      Attachments

        1. HADOOP-4943-1.patch
          5 kB
          Zheng Shao
        2. hadoop-4943-2.patch
          6 kB
          Matei Alexandru Zaharia

        Activity

          People

            zshao Zheng Shao
            zshao Zheng Shao
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: