[
https://issues.apache.org/jira/browse/YARN-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13785780#comment-13785780
]
Hudson commented on YARN-1256:
------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #4533 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/4533/])
Addendum for missing file YARN-1256. NM silently ignores non-existent service
in StartContainerRequest (Xuan Gong via bikas) (bikas:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1529048)
*
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/exceptions/InvalidAuxServiceException.java
> NM silently ignores non-existent service in StartContainerRequest
> -----------------------------------------------------------------
>
> Key: YARN-1256
> URL: https://issues.apache.org/jira/browse/YARN-1256
> Project: Hadoop YARN
> Issue Type: Bug
> Affects Versions: 2.1.1-beta
> Reporter: Bikas Saha
> Assignee: Xuan Gong
> Priority: Critical
> Fix For: 2.1.2-beta
>
> Attachments: YARN-1256.1.patch, YARN-1256.2.patch, YARN-1256.3.patch,
> YARN-1256.4.patch, YARN-1256.5.patch
>
>
> A container can set token service metadata for a service, say
> shuffle_service. If that service does not exist then the errors is silently
> ignored. Later, when the next container wants to access data written to
> shuffle_service by the first task, then it fails because the service does not
> have the token that was supposed to be set by the first task.
--
This message was sent by Atlassian JIRA
(v6.1#6144)