[jira] [Updated] (HBASE-9919) Fix resource leak in MultiTableInputFormatBase

2013-11-27 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-9919:
--

Resolution: Later
Status: Resolved  (was: Patch Available)

 Fix resource leak in MultiTableInputFormatBase
 --

 Key: HBASE-9919
 URL: https://issues.apache.org/jira/browse/HBASE-9919
 Project: HBase
  Issue Type: Bug
Reporter: Ted Yu
 Attachments: HBASE-9919.00.patch


 In MultiTableInputFormatBase#createRecordReader(), table is not closed.
 {code}
 HTable table =
 new HTable(context.getConfiguration(), tSplit.getTableName());
 {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HBASE-9919) Fix resource leak in MultiTableInputFormatBase

2013-11-07 Thread Nick Dimiduk (JIRA)

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

Nick Dimiduk updated HBASE-9919:


Status: Patch Available  (was: Open)

 Fix resource leak in MultiTableInputFormatBase
 --

 Key: HBASE-9919
 URL: https://issues.apache.org/jira/browse/HBASE-9919
 Project: HBase
  Issue Type: Bug
Reporter: Ted Yu
 Attachments: HBASE-9919.00.patch


 In MultiTableInputFormatBase#createRecordReader(), table is not closed.
 {code}
 HTable table =
 new HTable(context.getConfiguration(), tSplit.getTableName());
 {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HBASE-9919) Fix resource leak in MultiTableInputFormatBase

2013-11-07 Thread Nick Dimiduk (JIRA)

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

Nick Dimiduk updated HBASE-9919:


Attachment: HBASE-9919.00.patch

 Fix resource leak in MultiTableInputFormatBase
 --

 Key: HBASE-9919
 URL: https://issues.apache.org/jira/browse/HBASE-9919
 Project: HBase
  Issue Type: Bug
Reporter: Ted Yu
 Attachments: HBASE-9919.00.patch


 In MultiTableInputFormatBase#createRecordReader(), table is not closed.
 {code}
 HTable table =
 new HTable(context.getConfiguration(), tSplit.getTableName());
 {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)