[
https://issues.apache.org/jira/browse/HBASE-14315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14720920#comment-14720920
]
Hudson commented on HBASE-14315:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #6763 (See
[https://builds.apache.org/job/HBase-TRUNK/6763/])
HBASE-14315 Save one call to KeyValueHeap.peek per row. (larsh: rev
cf4c0fb71ccb8b15549b2410083434398aa0ebb3)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java
> Save one call to KeyValueHeap.peek per row
> ------------------------------------------
>
> Key: HBASE-14315
> URL: https://issues.apache.org/jira/browse/HBASE-14315
> Project: HBase
> Issue Type: Bug
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Fix For: 2.0.0, 1.1.2, 1.3.0, 0.98.15, 1.2.1, 1.0.3
>
> Attachments: 14315-0.98.txt, 14315-master.txt
>
>
> Another one of my micro optimizations.
> In StoreScanner.next(...) we can actually save a call to KeyValueHeap.peek,
> which in my runs of scan heavy loads shows up at top.
> Based on the run and data this can safe between 3 and 10% of runtime.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)