You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2013/08/02 19:49:52 UTC

[jira] [Created] (HBASE-9117) Remove HTablePool and all HConnection pooling related APIs

Lars Hofhansl created HBASE-9117:
------------------------------------

             Summary: Remove HTablePool and all HConnection pooling related APIs
                 Key: HBASE-9117
                 URL: https://issues.apache.org/jira/browse/HBASE-9117
             Project: HBase
          Issue Type: Bug
            Reporter: Lars Hofhansl
            Assignee: Lars Hofhansl
             Fix For: 0.98.0


The recommended way is now:
# Create an HConnection: HConnectionManager.createConnection(...)
# Create a light HTable: HConnection.getTable(...)
# table.close()
# connection.close()

All other API and pooling will be removed.

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