Description
hbase-thrift uses HTable and HBaesAdmin. It also uses HTablePool, which is an outdated concept.
As per ndimiduk on the user group:
I believe HTablePool is completely eclipsed by the modern Connection
implementation. We'll need to keep the map of UserName => Connection (or
maybe the ConnectionCache handles this?) Probably a single Connection (per
user) with a large thread pool will do the trick.
Attachments
Attachments
Issue Links
- contains
-
HBASE-13201 Remove HTablePool from thrift-server
- Closed
-
HBASE-13327 Use Admin in ConnectionCache
- Closed
- relates to
-
HBASE-12991 Use HBase 1.0 interfaces in hbase-rest
- Closed
1.
|
Remove HTablePool from thrift-server | Closed | Solomon Duskis | |
2.
|
Use Admin in ConnectionCache | Closed | Solomon Duskis |