You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/12/02 20:40:12 UTC

[jira] [Created] (HBASE-12614) Potentially unclosed StoreFile(s) in DefaultCompactor#compact()

Ted Yu created HBASE-12614:
------------------------------

             Summary: 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


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)