[ 
https://issues.apache.org/jira/browse/HBASE-13894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14586547#comment-14586547
 ] 

Hudson commented on HBASE-13894:
--------------------------------

FAILURE: Integrated in HBase-TRUNK #6572 (See 
[https://builds.apache.org/job/HBase-TRUNK/6572/])
HBASE-13894 Avoid visitor alloc each call of ByteBufferArray get/putMultiple() 
(matteo.bertozzi: rev dd086bb22f3131680f1e629d7280ecf1978efe7f)
* hbase-common/src/main/java/org/apache/hadoop/hbase/util/ByteBufferArray.java


> Avoid visitor alloc each call of ByteBufferArray get/putMultiple()
> ------------------------------------------------------------------
>
>                 Key: HBASE-13894
>                 URL: https://issues.apache.org/jira/browse/HBASE-13894
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>    Affects Versions: 2.0.0, 1.0.1, 1.1.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>            Priority: Minor
>             Fix For: 2.0.0, 1.2.0, 1.1.1
>
>         Attachments: HBASE-13894-v0.patch
>
>
> ByteBufferArray getMultiple()/putMultiple() creates a new Visitor each call. 
> we can move that visitor out.
> also, ByteBufferArray.multiple() seems to be an hotspot, I tried to do some 
> experiments using slice and read/write lock instead of a mutex, doesn't seems 
> to change much. any thoughts?



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

Reply via email to