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

FSSchedulerNode#reserveResource() doesn't print Application Id properly in log

    XMLWordPrintableJSON

Details

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

    Description

      FSSchedulerNode#reserveResource()

            LOG.info("Updated reserved container " + 
                container.getContainer().getId() + " on node " + 
                this + " for application " + application);
          } else {
            LOG.info("Reserved container " + container.getContainer().getId() + 
                " on node " + this + " for application " + application);
          }
      

      update to application.getApplicationId()

      Attachments

        1. 0001-YARN-3875.patch
          1 kB
          Bibin Chundatt
        2. 0002-YARN-3875.patch
          2 kB
          Bibin Chundatt

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: