Tsz-wo Sze created HADOOP-19342: ----------------------------------- Summary: SaslRpcServer.AuthMethod print INFO messages in client side Key: HADOOP-19342 URL: https://issues.apache.org/jira/browse/HADOOP-19342 Project: Hadoop Common Issue Type: Bug Components: security Reporter: Tsz-wo Sze Assignee: Tsz-wo Sze
After HADOOP-19306, the following INFO messages are printed in client side. Thanks As [~ste...@apache.org] for reporting it in [this comment|https://github.com/apache/hadoop/pull/7140#issuecomment-2483881941]. {code} 2024-11-18 18:53:37,645 [setup] INFO security.SaslRpcServer (SaslRpcServer.java:<init>(239)) - AuthMethod SIMPLE: code=80, mechanism="" 2024-11-18 18:53:37,645 [setup] INFO security.SaslRpcServer (SaslRpcServer.java:<init>(239)) - AuthMethod KERBEROS: code=81, mechanism="GSSAPI" 2024-11-18 18:53:37,646 [setup] INFO security.SaslRpcServer (SaslRpcServer.java:<init>(239)) - AuthMethod DIGEST: code=82, mechanism="DIGEST-MD5" 2024-11-18 18:53:37,646 [setup] INFO security.SaslRpcServer (SaslRpcServer.java:<init>(239)) - AuthMethod TOKEN: code=82, mechanism="DIGEST-MD5" 2024-11-18 18:53:37,646 [setup] INFO security.SaslRpcServer (SaslRpcServer.java:<init>(239)) - AuthMethod PLAIN: code=83, mechanism="PLAIN" {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org