[ 
https://issues.apache.org/jira/browse/HBASE-9353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matteo Bertozzi updated HBASE-9353:
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.96.0
                   0.98.0
           Status: Resolved  (was: Patch Available)
    
> 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
>            Assignee: Matteo Bertozzi
>             Fix For: 0.98.0, 0.96.0
>
>         Attachments: HBASE-9353-v0.patch, HBASE-9353-v1.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

Reply via email to