You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Aditya Kishore (JIRA)" <ji...@apache.org> on 2013/12/18 01:51:07 UTC

[jira] [Created] (HBASE-10193) Cleanup HRegion if one of the store fails to open at region initialization

Aditya Kishore created HBASE-10193:
--------------------------------------

             Summary: Cleanup HRegion if one of the store fails to open at region initialization
                 Key: HBASE-10193
                 URL: https://issues.apache.org/jira/browse/HBASE-10193
             Project: HBase
          Issue Type: Bug
          Components: regionserver
    Affects Versions: 0.94.14, 0.96.1
            Reporter: Aditya Kishore
            Assignee: Aditya Kishore
            Priority: Critical


While investigating a different issue, I realized that the fix for HBASE-9737 is not sufficient to prevent resource leak if a region fails to open for some reason, say a corrupt HFile.

The region may have, by then, opened other good HFiles in that store or other stores if it has more than one column family and their streams may leak if not closed.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)