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 15:59:37 UTC

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

ramkrish86 commented on issue #656: HBASE-23063 Add an option to enable multiget in parallel
URL: https://github.com/apache/hbase/pull/656#issuecomment-535091493
 
 
   > 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.
   
   I see. Let me check this  part to understand you better.

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