You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Solomon Duskis (JIRA)" <ji...@apache.org> on 2015/02/09 16:49:34 UTC

[jira] [Created] (HBASE-12993) Use HBase 1.0 interfaces in hbase-thrift

Solomon Duskis created HBASE-12993:
--------------------------------------

             Summary: Use HBase 1.0 interfaces in hbase-thrift
                 Key: HBASE-12993
                 URL: https://issues.apache.org/jira/browse/HBASE-12993
             Project: HBase
          Issue Type: Bug
            Reporter: Solomon Duskis
            Assignee: Solomon Duskis
             Fix For: 2.0.0, 1.0.1


hbase-thrift uses HTable and HBaesAdmin.  It also uses HTablePool, which is an outdated concept.

As per [~ndimiduk] on the user group:

{quote}
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.
{quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)