charlesconnell opened a new pull request, #7083:
URL: https://github.com/apache/hbase/pull/7083

   - Check for quota exceeded every `scan.getCaching()` rows, if set. 
Otherwise, every `hbase.client.scanner.caching` rows, if set. Otherwise, every 
1000.
   - Move some debug logs to a more appropriate position, so they only print if 
a response is generated without error
   - Save a `Cell` object in `PartialResultContext` instead of a byte array. 
This is simpler and avoids copying ByteBuff-backed cells into heap.


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