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/09/03 17:30:21 UTC

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

saintstack commented on a change in pull request #501: HBASE-22699 refactor isMetaClearingException
URL: https://github.com/apache/hbase/pull/501#discussion_r320391222
 
 

 ##########
 File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncRegionLocatorHelper.java
 ##########
 @@ -67,7 +68,8 @@ static void updateCachedLocationOnError(HRegionLocation loc, Throwable exception
       LOG.debug("The actual exception when updating {} is {}", loc,
         cause != null ? cause.toString() : "none");
     }
-    if (cause == null || !isMetaClearingException(cause)) {
+    if (cause == null || !isMetaClearingException(cause)
 
 Review comment:
   @johnhomsea  You created a new PR. Does it subsume this one? Or is it complementary? Thanks.

----------------------------------------------------------------
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