[ 
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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to