You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jaehwa Jung (JIRA)" <ji...@apache.org> on 2014/02/17 14:48:19 UTC

[jira] [Created] (TAJO-604) Refactor HCatalogStoreClientPool.

Jaehwa Jung created TAJO-604:
--------------------------------

             Summary: Refactor HCatalogStoreClientPool.
                 Key: TAJO-604
                 URL: https://issues.apache.org/jira/browse/TAJO-604
             Project: Tajo
          Issue Type: Improvement
            Reporter: Jaehwa Jung
            Assignee: Jaehwa Jung


In current version, all client open a connection by each request. Current pool just created a new clint, it didn't manage client pools successfully. So, we should refactor it as follows:
- initialize connection pools.
- return new connection by each request.
- close returned connection.




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)