[ https://issues.apache.org/jira/browse/YARN-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887207#comment-13887207 ]
Hudson commented on YARN-1617: ------------------------------ SUCCESS: Integrated in Hadoop-trunk-Commit #5076 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/5076/]) YARN-1617. Remove ancient comment and surround LOG.debug in AppSchedulingInfo.allocate (Sandy Ryza) (sandy: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1563004) * /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt * /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/AppSchedulingInfo.java > 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 > Fix For: 2.4.0 > > Attachments: YARN-1617.patch > > > {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)