Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-291 [Umbrella] Dynamic resource configuration
  3. YARN-999

In case of long running tasks, reduce node resource should balloon out resource quickly by calling preemption API and suspending running task.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.3.0
    • graceful, nodemanager, scheduler
    • None

    Description

      In current design and implementation, when we decrease resource on node to less than resource consumption of current running tasks, tasks can still be running until the end. But just no new task get assigned on this node (because AvailableResource < 0) until some tasks are finished and AvailableResource > 0 again. This is good for most cases but in case of long running task, it could be too slow for resource setting to actually work so preemption could be used here.

      Attachments

        1. YARN-291.000.patch
          17 kB
          Íñigo Goiri
        2. YARN-999.001.patch
          30 kB
          Íñigo Goiri
        3. YARN-999.002.patch
          35 kB
          Íñigo Goiri
        4. YARN-999.003.patch
          38 kB
          Íñigo Goiri
        5. YARN-999.004.patch
          57 kB
          Íñigo Goiri
        6. YARN-999.005.patch
          67 kB
          Íñigo Goiri
        7. YARN-999.006.patch
          75 kB
          Íñigo Goiri
        8. YARN-999.007.patch
          78 kB
          Íñigo Goiri
        9. YARN-999.008.patch
          78 kB
          Íñigo Goiri
        10. YARN-999.009.patch
          78 kB
          Íñigo Goiri
        11. YARN-999.010.patch
          77 kB
          Íñigo Goiri
        12. YARN-999.addendum.patch
          1 kB
          Íñigo Goiri

        Issue Links

          Activity

            People

              elgoiri Íñigo Goiri
              junping_du Junping Du
              Votes:
              0 Vote for this issue
              Watchers:
              18 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: