Apache9 commented on PR #5690: URL: https://github.com/apache/hbase/pull/5690#issuecomment-1951359301
The fix itself is very simple, just set `saslRpcClient` to `null` when we want to fallback to simple auth at client side. The most important changes are the newly added tests in AbstractTestSecureIPC. Also changed to throw `FallbackDisallowedException` instead of `IOException` in HBaseSaslRpcClient, to align with netty rpc client. -- 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]
