apurtell commented on code in PR #7470:
URL: https://github.com/apache/hbase/pull/7470#discussion_r2547167728


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java:
##########
@@ -3469,12 +3469,18 @@ private void scan(HBaseRpcController controller, 
ScanRequest request, RegionScan
           limitReached = sizeLimitReached || timeLimitReached || 
resultsLimitReached;
 
           if (limitReached || !moreRows) {
+            // With block size limit, we may exceed size limit without 
collecting any results.

Review Comment:
   Please improve this comment.



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