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

AddNodeLabel on duplicate label addition shows success

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.8.0, 3.0.0-alpha1
    • None
    • None
    • Reviewed

    Description

      Currently as per the code in CommonNodeLabelManager#addToClusterNodeLabels when we add same nodelabel again event will not be fired so no updation is done.

      ./yarn rmadmin –addToClusterNodeLabels x
      ./yarn rmadmin –addToClusterNodeLabels “x(exclusive=true)”
      ./yarn rmadmin –addToClusterNodeLabels “x(exclusive=false)”
       

      All these commands will give success when applied again through CLI

      2015-07-22 21:16:57,779 INFO org.apache.hadoop.yarn.nodelabels.CommonNodeLabelsManager: Add labels: [<z:exclusivity=true>]
      2015-07-22 21:16:57,779 INFO org.apache.hadoop.yarn.server.resourcemanager.RMAuditLogger: USER=dsperf   IP=10.19.92.117 OPERATION=addToClusterNodeLabels        TARGET=AdminService     RESULT=SUCCESS
      2015-07-22 21:17:06,431 INFO org.apache.hadoop.yarn.nodelabels.CommonNodeLabelsManager: Add labels: [<z:exclusivity=false>]
      2015-07-22 21:17:06,431 INFO org.apache.hadoop.yarn.server.resourcemanager.RMAuditLogger: USER=dsperf   IP=<IP> OPERATION=addToClusterNodeLabels        TARGET=AdminService     RESULT=SUCCESS
       

      Also since exclusive=true to false is not supported success is misleading

      Attachments

        1. 0004-YARN-3963.patch
          3 kB
          Bibin Chundatt
        2. 0003-YARN-3963.patch
          3 kB
          Bibin Chundatt
        3. 0002-YARN-3963.patch
          2 kB
          Bibin Chundatt
        4. 0001-YARN-3963.patch
          1.0 kB
          Bibin Chundatt

        Activity

          People

            bibinchundatt Bibin Chundatt
            bibinchundatt Bibin Chundatt
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: