johnhomsea commented on a change in pull request #501: HBASE-22699 refactor isMetaClearingException URL: https://github.com/apache/hbase/pull/501#discussion_r320203544
########## 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: Yeah, I create another pull request to branch2: https://github.com/apache/hbase/pull/578 ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services