You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/08/02 23:50:59 UTC

[GitHub] [hbase] Apache9 commented on a change in pull request #436: HBASE-22699 refactor isMetaClearingException

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:
users@infra.apache.org


With regards,
Apache Git Services