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

Hudson commented on HBASE-12614:
--------------------------------

SUCCESS: Integrated in HBase-1.0 #532 (See 
[https://builds.apache.org/job/HBase-1.0/532/])
HBASE-12614 Potentially unclosed StoreFile(s) in DefaultCompactor#compact() 
(tedyu: rev b189b25ab3896b47b82cfcaf61eebde6ba2f34b7)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/DefaultCompactor.java


> Potentially unclosed StoreFile(s) in DefaultCompactor#compact()
> ---------------------------------------------------------------
>
>                 Key: HBASE-12614
>                 URL: https://issues.apache.org/jira/browse/HBASE-12614
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>            Priority: Minor
>             Fix For: 2.0.0, 0.98.9, 0.99.2
>
>         Attachments: 12614-v1.txt, 12614-v2.txt
>
>
> Here is the related code (around line 129):
> {code}
>         for (StoreFile f : readersToClose) {
>           f.closeReader(true);
>         }
> {code}
> If any closeReader() call throws IOException, the remaining StoreFile(s) 
> would not be closed.



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

Reply via email to