johnhomsea commented on a change in pull request #501: HBASE-22699 refactor isMetaClearingException URL: https://github.com/apache/hbase/pull/501#discussion_r325136978
########## 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: Yes, it subsumes this one, but branch-2 is different from master in some cases. ---------------------------------------------------------------- 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