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


Reply via email to