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


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java:
##########
@@ -3041,6 +3048,7 @@ private CheckAndMutateResult checkAndMutate(HRegion 
region, OperationQuota quota
       long after = EnvironmentEdgeManager.currentTime();
       long blockBytesScanned =
         context != null ? context.getBlockBytesScanned() - 
blockBytesScannedBefore : 0;
+      quota.addBlockBytesScanned(blockBytesScanned);

Review Comment:
   same here



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