chenxu14 commented on issue #656: HBASE-23063 Add an option to enable multiget in parallel URL: https://github.com/apache/hbase/pull/656#issuecomment-534917614 @saintstack @ramkrish86 About the removal of RpcCallContext#getResponseBlockSize This is what HBASE-14978 doing, in order to limit the number of Blocks each Multi can use, but IMHO this is not suitable now, since the bbCell may be backed by an shared ByteBuffer, no matter how many blocks it will use. Another way, restrict the number of rows to be returned may be more suitable.
---------------------------------------------------------------- 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] With regards, Apache Git Services
