Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-4189

Capacity Scheduler : Improve location preference waiting mechanism

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • capacity scheduler
    • None

    Description

      There're some issues with current Capacity Scheduler implementation of delay scheduling:

      1) Waiting time to allocate each container highly depends on cluster availability
      Currently, app can only increase missed-opportunity when a node has available resource AND it gets traversed by a scheduler. There’re lots of possibilities that an app doesn’t get traversed by a scheduler, for example:

      A cluster has 2 racks (rack1/2), each rack has 40 nodes. Node-locality-delay=40. An application prefers rack1. Node-heartbeat-interval=1s.
      Assume there are 2 nodes available on rack1, delay to allocate one container = 40 sec.
      If there are 20 nodes available on rack1, delay of allocating one container = 2 sec.

      2) It could violate scheduling policies (Fifo/Priority/Fair)

      Assume a cluster is highly utilized, an app (app1) has higher priority, it wants locality. And there’s another app (app2) has lower priority, but it doesn’t care about locality. When node heartbeats with available resource, app1 decides to wait, so app2 gets the available slot. This should be considered as a bug that we need to fix.

      The same problem could happen when we use FIFO/Fair queue policies.

      Another problem similar to this is related to preemption: when preemption policy preempts some resources from queue-A for queue-B (queue-A is over-satisfied and queue-B is under-satisfied). But queue-B is waiting for the node-locality-delay so queue-A will get resources back. In next round, preemption policy could preempt this resources again from queue-A.

      This JIRA is target to solve these problems.

      Attachments

        1. YARN-4189 design v1.pdf
          177 kB
          Wangda Tan

        Issue Links

          Activity

            People

              leftnoteasy Wangda Tan
              leftnoteasy Wangda Tan
              Votes:
              0 Vote for this issue
              Watchers:
              15 Start watching this issue

              Dates

                Created:
                Updated: