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

Hudson commented on HBASE-7996:
-------------------------------

Integrated in hbase-0.95 #34 (See 
[https://builds.apache.org/job/hbase-0.95/34/])
    HBASE-7996 Clean up resource leak in MultiTableInputFormat (Revision 
1453719)

     Result = FAILURE
stack : 
Files : 
* 
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormatBase.java

                
> Clean up resource leak in MultiTableInputFormat
> -----------------------------------------------
>
>                 Key: HBASE-7996
>                 URL: https://issues.apache.org/jira/browse/HBASE-7996
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce
>            Reporter: Nick Dimiduk
>            Assignee: Nick Dimiduk
>            Priority: Minor
>             Fix For: 0.95.0
>
>         Attachments: 0001-HBASE-7996-Avoid-leaking-table-handle.patch
>
>
> MultiTableInputFormatBase#getSplits() will always leak an open HTable 
> instance when {{throw new IOException("Expecting at least one region for 
> table" ...)}} is called. It can potentially leak throughout that method body.

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