You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jurriaan Mous (JIRA)" <ji...@apache.org> on 2014/12/20 15:07:14 UTC

[jira] [Created] (HBASE-12736) Let MetaScanner recycle a given Connection

Jurriaan Mous created HBASE-12736:
-------------------------------------

             Summary: Let MetaScanner recycle a given Connection
                 Key: HBASE-12736
                 URL: https://issues.apache.org/jira/browse/HBASE-12736
             Project: HBase
          Issue Type: Improvement
          Components: Client
            Reporter: Jurriaan Mous
            Assignee: Jurriaan Mous


It is very heavy to create a Connection on each meta scan. Connections create RpcClients, RpcClients create connections and all cannot be recycled.

Tests with a lot of metascans are very heavy with the async client.

This issue is to make anything that uses metaScans reuse the same connection.



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