Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-5085 Add support for change of container ExecutionType
  3. YARN-6979

Add flag to notify all types of container updates to NM via NodeHeartbeatResponse

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.9.0, 3.0.0-beta1
    • None
    • None

    Description

      Currently, only the Container Resource decrease command is sent to the NM via NodeHeartbeat response. This JIRA proposes to add a flag in the RM to allow ALL container updates (increase, decrease, promote and demote) to be initiated via node HB.

      The AM is still free to use the ContainerManagementPrototol's updateContainer API in cases where for instance, the Node HB frequency is very low and the AM needs to update the container as soon as possible. In these situations, if the Node HB arrives before the updateContainer API call, the call would error out, due to a version mismatch and the AM is required to handle it.

      Attachments

        1. YARN-6979.addendum-001.patch
          9 kB
          kartheek muthyala
        2. YARN-6979.003.patch
          50 kB
          kartheek muthyala
        3. YARN-6979.002.patch
          48 kB
          kartheek muthyala
        4. YARN-6979.001.patch
          41 kB
          kartheek muthyala

        Activity

          People

            kartheek kartheek muthyala
            asuresh Arun Suresh
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: