junegunn commented on PR #7580:
URL: https://github.com/apache/hbase/pull/7580#issuecomment-3709158857

   > 
org.apache.hadoop.hbase.security.provider.TestCustomSaslAuthenticationProviderNettyRpcServer
   
   The test failures are related. This is because the test-defined class 
`InMemoryProviderSelector` extends `BuiltInProviderSelector` but only overrides 
the legacy version of the method that does not take a Configuration parameter. 
So in ecc9c1c204855d99fdea846629c994602c9eb4fc, I updated the code to retry 
using the legacy method signature. This approach is not ideal, but it preserves 
backward compatibility.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to