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

Remove ancient comment and surround LOG.debug in AppSchedulingInfo.allocate

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.0
    • 2.4.0
    • scheduler
    • None
    • Reviewed

    Description

        synchronized private void allocate(Container container) {
          // Update consumption and track allocations
          //TODO: fixme sharad
          /* try {
              store.storeContainer(container);
            } catch (IOException ie) {
              // TODO fix this. we shouldnt ignore
            }*/
          
          LOG.debug("allocate: applicationId=" + applicationId + " container="
              + container.getId() + " host="
              + container.getNodeId().toString());
        }
      

      Attachments

        1. YARN-1617.patch
          3 kB
          Sandy Ryza

        Activity

          People

            sandyr Sandy Ryza
            sandyr Sandy Ryza
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: