[
https://issues.apache.org/jira/browse/HBASE-16783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15608227#comment-15608227
]
Hudson commented on HBASE-16783:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #1857 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1857/])
HBASE-16783 Use ByteBufferPool for the header and message during Rpc
(ramkrishna: rev 1eae9aeeac0d20f84902455f14047580f86327f2)
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java
* (edit)
hbase-common/src/main/java/org/apache/hadoop/hbase/io/ByteBufferListOutputStream.java
> 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
> Fix For: 2.0.0
>
> Attachments: HBASE-16783.patch, HBASE-16783_1.patch,
> HBASE-16783_2.patch, HBASE-16783_3.patch, HBASE-16783_4.patch,
> HBASE-16783_5.patch, HBASE-16783_6.patch, HBASE-16783_7.patch,
> HBASE-16783_7.patch
>
>
> 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)