You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Biju Devassy (JIRA)" <ji...@apache.org> on 2014/06/27 14:39:24 UTC

[jira] [Updated] (HBASE-10330) TableInputFormat/TableRecordReaderImpl leaks HTable

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

Biju Devassy updated HBASE-10330:
---------------------------------

    Priority: Blocker  (was: Critical)

> TableInputFormat/TableRecordReaderImpl leaks HTable
> ---------------------------------------------------
>
>                 Key: HBASE-10330
>                 URL: https://issues.apache.org/jira/browse/HBASE-10330
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: G G
>            Priority: Blocker
>
> As far as I can tell, TableInputFormat creates an instance of HTable which is used by TableRecordReaderImpl. However TableRecordReaderImpl.close() only closes the scanner, not the table. In turn the HTable's HConnection's reference count is never decreased which leads to leaking HConnections.
> TableOutputFormat might have a similar bug.



--
This message was sent by Atlassian JIRA
(v6.2#6252)