You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Sandy Ryza (JIRA)" <ji...@apache.org> on 2014/01/20 23:26:19 UTC

[jira] [Updated] (YARN-1617) Remove ancient comment and surround LOG.debug in AppSchedulingInfo.allocate

     [ https://issues.apache.org/jira/browse/YARN-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sandy Ryza updated YARN-1617:
-----------------------------

    Description: 
{code}
  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());
  }
{code}


  was:
{code}
  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());
  }


> Remove ancient comment and surround LOG.debug in AppSchedulingInfo.allocate
> ---------------------------------------------------------------------------
>
>                 Key: YARN-1617
>                 URL: https://issues.apache.org/jira/browse/YARN-1617
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: scheduler
>    Affects Versions: 2.2.0
>            Reporter: Sandy Ryza
>            Assignee: Sandy Ryza
>
> {code}
>   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());
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)