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 2020/09/19 05:31:34 UTC

[GitHub] [hbase] infraio commented on a change in pull request #2392: HBASE-25013 Avoid reset the backup master root cache every time when …

infraio commented on a change in pull request #2392:
URL: https://github.com/apache/hbase/pull/2392#discussion_r491272345



##########
File path: hbase-balancer/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java
##########
@@ -486,26 +485,12 @@ public static void scanMeta(Connection connection, @Nullable final byte[] startR
 
     if (LOG.isTraceEnabled()) {
       LOG.trace("Scanning META" + " starting at row=" + Bytes.toStringBinary(startRow) +
-        " stopping at row=" + Bytes.toStringBinary(stopRow) + " for max=" + rowUpperLimit +
+        " stopping at row=" + Bytes.toStringBinary(stopRow) + " for max=" + maxRows +

Review comment:
       This may log a negative number?




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