[
https://issues.apache.org/jira/browse/HBASE-9117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Dimiduk updated HBASE-9117:
--------------------------------
Attachment: HBASE-9117.02.patch
Backburnered but not forgotten. I've rebased onto trunk and fixed a handful of
hanging tests. I think there's about four remaining to fix. Notable change here
over the last patch are changes to HBaseTestingUtility and the introduction of
HConnectionImplForTests. Let me know if you can think of a better way to handle
this for the test harness. Once I have tests passing I'll have another look at
some of the short scan performance implications the change addresses.
> 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: Nick Dimiduk
> Fix For: 0.98.0
>
> Attachments: HBASE-9117.00.patch, HBASE-9117.01.patch,
> HBASE-9117.02.patch
>
>
> 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 was sent by Atlassian JIRA
(v6.1.4#6159)