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

Hudson commented on HBASE-6711:
-------------------------------

Integrated in HBase-0.94 #448 (See 
[https://builds.apache.org/job/HBase-0.94/448/])
    HBASE-6711 Avoid local results copy in StoreScanner (Revision 1380867)

     Result = FAILURE
larsh : 
Files : 
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java

                
> Avoid local results copy in StoreScanner
> ----------------------------------------
>
>                 Key: HBASE-6711
>                 URL: https://issues.apache.org/jira/browse/HBASE-6711
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>            Priority: Minor
>             Fix For: 0.96.0, 0.94.2
>
>         Attachments: 6711-0.94-v1.txt, 6711-0.96-v1.txt
>
>
> In StoreScanner the number of results is limited to avoid OOMs.
> However, this is done by first adding the KV into a local ArrayList and then 
> copying the entries in this list to the final result list.
> In turns out the this temporary list is only used to keep track of the size 
> of the result set in this loop. Can use a simple int instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to