[
https://issues.apache.org/jira/browse/HBASE-14188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14693078#comment-14693078
]
Hudson commented on HBASE-14188:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #6717 (See
[https://builds.apache.org/job/HBase-TRUNK/6717/])
HBASE-14188- Read path optimizations after HBASE-11425 profiling- (ramkrishna:
rev aa3538f80278f5c0ba1bc8ca903066fa02ac79ec)
* hbase-server/src/test/java/org/apache/hadoop/hbase/filter/FilterAllFilter.java
> Read path optimizations after HBASE-11425 profiling
> ---------------------------------------------------
>
> Key: HBASE-14188
> URL: https://issues.apache.org/jira/browse/HBASE-14188
> Project: HBase
> Issue Type: Sub-task
> Components: Scanners
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Fix For: 2.0.0
>
> Attachments: HBASE-14188.patch, HBASE-14188_1.patch,
> HBASE-14188_2.patch, HBASE-14188_addendum.patch, setSeqId.png
>
>
> This subtask deals with some improvments that can be done in the read path
> (scans) after the changes for HBASE-11425 went in.
> -> Avoid CellUtil.setSequenceId in hot path.
> -> Use BBUtils in the MultibyteBuff.
> -> Use ByteBuff.skip() API in HFileReader rather than
> MultiByteBuff.position().
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)