You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/09/25 08:41:24 UTC

[GitHub] [hbase] chenxu14 commented on issue #656: HBASE-23063 Add an option to enable multiget in parallel

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:
users@infra.apache.org


With regards,
Apache Git Services