You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2014/07/14 07:16:05 UTC

[jira] [Commented] (HBASE-11480) ClientScanner might not close the HConnection created in construction

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

stack commented on HBASE-11480:
-------------------------------

[~cuijianwei] This is 0.94 only?  I dont' see it in master.

> ClientScanner might not close the HConnection created in construction
> ---------------------------------------------------------------------
>
>                 Key: HBASE-11480
>                 URL: https://issues.apache.org/jira/browse/HBASE-11480
>             Project: HBase
>          Issue Type: Improvement
>          Components: Client, Scanners
>    Affects Versions: 0.96.2, 0.94.20, 0.98.3
>            Reporter: cuijianwei
>            Priority: Trivial
>
> ClientScanner will create HConnection in its construction:
> {code}
>     public ClientScanner(final Configuration conf, final Scan scan,
>         final byte[] tableName) throws IOException {
>       this(conf, scan, tableName, HConnectionManager.getConnection(conf));
>     }
> {code}
> However, this connection won't be closed in ClientScanner.close(). Is it better to deprecate this construction?



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