[
https://issues.apache.org/jira/browse/HADOOP-7272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031411#comment-13031411
]
Suresh Srinivas commented on HADOOP-7272:
-----------------------------------------
The logs are:
{noformat}
LOG.info("SASL server context established. Negotiated QoP is "
+ saslServer.getNegotiatedProperty(Sasl.QOP));
LOG.info("SASL server successfully authenticated client: " + user);
{noformat}
Of this the second log is also recorded in audit logs.
> Remove unnecessary security related info logs
> ---------------------------------------------
>
> Key: HADOOP-7272
> URL: https://issues.apache.org/jira/browse/HADOOP-7272
> Project: Hadoop Common
> Issue Type: Improvement
> Components: ipc, security
> Affects Versions: 0.23.0
> Reporter: Suresh Srinivas
> Assignee: Suresh Srinivas
> Fix For: 0.23.0
>
>
> Two info logs are printed when connection to RPC server is established, is
> not necessary. On a production cluster, these log lines made up of close to
> 50% of lines in the namenode log. I propose changing them into debug logs.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira