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

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

Integrated in HBase-TRUNK #3923 (See 
[https://builds.apache.org/job/HBase-TRUNK/3923/])
    HBASE-7996 Clean up resource leak in MultiTableInputFormat (Revision 
1453720)

     Result = FAILURE
stack : 
Files : 
* 
/hbase/trunk/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