Apache9 commented on PR #7432:
URL: https://github.com/apache/hbase/pull/7432#issuecomment-3483441525

   OK, so the problem is that, we do not store limit in the serialized scan 
object, so when deserializing, we can not get the limit.
   
   But the design of the client API is that, we do not pass the actual limit 
through the scan object, since it is the global limit, not per region, so we 
need to calculate the remaining limit for each region and pass it to region 
server.
   
   Maybe a possible way is to add a new config field where we serialize the 
Scan object with json? In this way we can add all the fields we want.
   
   Thanks.


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