You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2016/10/06 12:10:20 UTC

[jira] [Created] (HBASE-16783) Use ByteBufferPool for the header and message during Rpc response

ramkrishna.s.vasudevan created HBASE-16783:
----------------------------------------------

             Summary: Use ByteBufferPool for the header and message during Rpc response
                 Key: HBASE-16783
                 URL: https://issues.apache.org/jira/browse/HBASE-16783
             Project: HBase
          Issue Type: Improvement
            Reporter: ramkrishna.s.vasudevan
            Assignee: ramkrishna.s.vasudevan
            Priority: Minor


With ByteBufferPool in place we could avoid the byte[] creation in RpcServer#createHeaderAndMessageBytes and try using the Buffer from the pool rather than creating byte[] every time.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)