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 "Wilfred Spiegelenburg (JIRA)" <ji...@apache.org> on 2018/10/18 00:18:00 UTC

[jira] [Commented] (YARN-8864) NM incorrectly logs container user as the user who sent a start/stop container request in its audit log

    [ https://issues.apache.org/jira/browse/YARN-8864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16654416#comment-16654416 ] 

Wilfred Spiegelenburg commented on YARN-8864:
---------------------------------------------

Updated the patch to also use the remoteUser and not the container owner in the logs for the start request

> NM incorrectly logs container user as the user who sent a start/stop container request in its audit log
> -------------------------------------------------------------------------------------------------------
>
>                 Key: YARN-8864
>                 URL: https://issues.apache.org/jira/browse/YARN-8864
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: nodemanager
>    Affects Versions: 3.2.0
>            Reporter: Haibo Chen
>            Assignee: Wilfred Spiegelenburg
>            Priority: Major
>         Attachments: YARN-8864.001.patch, YARN-8864.002.patch
>
>
> As in  ContainerManagerImpl.java
> {code:java}
> protected void stopContainerInternal(ContainerId containerID)
>       throws YarnException, IOException { 
>     ...           
>     NMAuditLogger.logSuccess(container.getUser(), AuditConstants.STOP_CONTAINER,
>            "ContainerManageImpl", containerID.getApplicationAttemptId().getApplicationId(), containerID);
> }{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org