szetszwo commented on PR #4990: URL: https://github.com/apache/ozone/pull/4990#issuecomment-1612679241
> 1. Should invokeRatis throw unchecked exceptions directly? > 2. Should invokeLocal translate other checked exceptions? These two methods should be treated as the same. By the design of `SCMException`, we should translate all the checked and unchecked exceptions to `SCMException`. -- 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]
