bbeaudreault commented on code in PR #4930:
URL: https://github.com/apache/hbase/pull/4930#discussion_r1055434899


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncRequestFutureImpl.java:
##########
@@ -989,7 +989,7 @@ private void invokeCallBack(byte[] regionName, byte[] row, 
CResult result) {
   }
 
   private void cleanServerCache(ServerName server, Throwable regionException) {
-    if (ClientExceptionsUtil.isMetaClearingException(regionException)) {
+    if (tableName == null && 
ClientExceptionsUtil.isMetaClearingException(regionException)) {

Review Comment:
   It's only null for HTableMultiplexer



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

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to