Apache9 commented on a change in pull request #436: HBASE-22699 refactor
isMetaClearingException
URL: https://github.com/apache/hbase/pull/436#discussion_r310327168
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/ClientExceptionsUtil.java
##########
@@ -81,13 +77,13 @@ public static boolean isSpecialException(Throwable cur) {
* RpcThrottlingException
* @return null if we didn't find the exception, the exception otherwise.
*/
- public static Throwable findException(Object exception) {
+ public static Throwable unwrapRemoteException(Object exception) {
Review comment:
I think the old name is better? As the RemoteException has an
unwarpRemoteException method, but here we are doing more.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services