symious opened a new pull request #3157: URL: https://github.com/apache/ozone/pull/3157
## What changes were proposed in this pull request? In OzoneClientFactory.getClientProtocol(), if we get a RemoteException which wraps the true exception inside, we can not get the real error message from the exception. The default error message of "Couldn't create RpcClient protocol" would be returned to users, which is not good for users to get the root cause of the error. This ticket is to unwrap the real exception from RemoteException. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6407 ## How was this patch tested? manual test. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
