-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-19342. SaslRpcServer.AuthMethod print INFO messages in client side #7174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
💔 -1 overall
This message was automatically generated. |
that test is gone? |
@steveloughran , yes, removed the test since it affects other tests as you mentioned. Tried multiple things but not working very well. One problem is that |
ok. something for the future I'd thought the trick would be to write an empty config file to the destination, but there's still risk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
@steveloughran , @stoty, thanks a lot for reviewing this! |
Description of PR
HADOOP-19342
After HADOOP-19306, the following INFO messages are printed in client side. Thanks @steveloughran for reporting it in #7140 (comment) .
We also change
SaslMechanismFactory
in order to lazily loading the conf. Otherwise, the conf path may not be set up correctly.How was this patch tested?
Manual test.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?