[
https://issues.apache.org/jira/browse/YARN-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14375785#comment-14375785
]
Xuan Gong commented on YARN-2213:
---------------------------------
Could we add
{code}
if (LOG.isDebugEnabled()) {
+ LOG.debug("Could not find "+WebAppProxyServlet.PROXY_USER_COOKIE_NAME
+" cookie, so user will not be set");
}
{code}
> Change proxy-user cookie log in AmIpFilter to DEBUG
> ---------------------------------------------------
>
> Key: YARN-2213
> URL: https://issues.apache.org/jira/browse/YARN-2213
> Project: Hadoop YARN
> Issue Type: Task
> Reporter: Ted Yu
> Assignee: Varun Saxena
> Priority: Minor
> Attachments: YARN-2213.001.patch
>
>
> I saw a lot of the following lines in AppMaster log:
> {code}
> 14/06/24 17:12:36 WARN web.SliderAmIpFilter: Could not find proxy-user
> cookie, so user will not be set
> 14/06/24 17:12:39 WARN web.SliderAmIpFilter: Could not find proxy-user
> cookie, so user will not be set
> 14/06/24 17:12:39 WARN web.SliderAmIpFilter: Could not find proxy-user
> cookie, so user will not be set
> {code}
> For long running app, this would consume considerable log space.
> Log level should be changed to DEBUG.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)