hachikuji commented on pull request #10059:
URL: https://github.com/apache/kafka/pull/10059#issuecomment-785326212


   I think the test failures are caused by this: 
https://github.com/apache/kafka/blob/trunk/clients/src/test/java/org/apache/kafka/common/security/authenticator/SaslAuthenticatorFailureDelayTest.java#L222.
 We are relying on the reverse DNS to map "127.0.0.1" to "localhost." If we use 
"localhost" directly, then the tests pass.
   
   It seems reasonable to me to change the test case. I cannot think of a 
reason why this would change the reasoning that is documented under 
`ChannelBuilderUtils.peerHost`, which seems to apply just as well to SASL_SSL 
as SSL.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to