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

Hudson commented on HBASE-21088:
--------------------------------

SUCCESS: Integrated in Jenkins build HBase-1.3-IT #468 (See 
[https://builds.apache.org/job/HBase-1.3-IT/468/])
HBASE-21088 HStoreFile should be closed in HStore#hasReferences (apurtell: rev 
36ef36ccc5babbf1e398097855ded3e2e1b9dc34)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java


> HStoreFile should be closed in HStore#hasReferences
> ---------------------------------------------------
>
>                 Key: HBASE-21088
>                 URL: https://issues.apache.org/jira/browse/HBASE-21088
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>            Priority: Major
>             Fix For: 3.0.0, 1.5.0, 1.3.3, 2.2.0, 1.4.8, 2.1.1, 2.0.2
>
>         Attachments: 21088.v1.txt, 21088.v2.txt, 21088.v2.txt, 21088.v3.txt, 
> 21088.v4.txt
>
>
> {code}
>       reloadedStoreFiles = loadStoreFiles();
>       return StoreUtils.hasReferences(reloadedStoreFiles);
> {code}
> The intention of obtaining the HStoreFile's is to check for references.
> The loaded HStoreFile's should be closed prior to return to prevent leak.
> I noticed the increase in open files when running test suite. After checking 
> recently modified code, I came to this particular method.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to