You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/08/27 19:41:53 UTC

[jira] [Commented] (HBASE-9353) HTable returned by MetaReader#getMetaHTable() is not closed in MetaEditor#addRegionToMeta()

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

Ted Yu commented on HBASE-9353:
-------------------------------

Thanks for the quick action.

+1
                
> HTable returned by MetaReader#getMetaHTable() is not closed in MetaEditor#addRegionToMeta()
> -------------------------------------------------------------------------------------------
>
>                 Key: HBASE-9353
>                 URL: https://issues.apache.org/jira/browse/HBASE-9353
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>         Attachments: HBASE-9353-v0.patch
>
>
> Here is related code:
> {code}
>   public static void addRegionToMeta(CatalogTracker catalogTracker, HRegionInfo regionInfo,
>       HRegionInfo splitA, HRegionInfo splitB) throws IOException {
>     addRegionToMeta(MetaReader.getMetaHTable(catalogTracker), regionInfo, splitA, splitB);
>   }
> {code}
> HTable returned by MetaReader#getMetaHTable() is not closed in MetaEditor#addRegionToMeta()

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