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


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncNonMetaRegionLocator.java:
##########
@@ -442,6 +485,10 @@ private RegionLocations locateRowInCache(TableCache 
tableCache, TableName tableN
       recordCacheHit();
       return locs;
     } else {
+      if (LOG.isTraceEnabled()) {

Review Comment:
   This log was helpful for diagnosing this bug, so I decided to keep it.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to