You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Karan Mehta (JIRA)" <ji...@apache.org> on 2018/02/02 17:54:02 UTC

[jira] [Created] (PHOENIX-4578) Potential HBase/ZK Connection leaks in phoenix-hive module

Karan Mehta created PHOENIX-4578:
------------------------------------

             Summary: Potential HBase/ZK Connection leaks in phoenix-hive module
                 Key: PHOENIX-4578
                 URL: https://issues.apache.org/jira/browse/PHOENIX-4578
             Project: Phoenix
          Issue Type: Bug
            Reporter: Karan Mehta


This issue is similar to PHOENIX-4489 and PHOENIX-4503. {{HConnection}} objects are not closed in {{PhoenixInputFormat#generateSplits()}} method. They can be cleaned up by GC, however if multiple objects are invoked in a short span of time, it can result in leaks and timeouts.

Similar issue is found in phoenix-hive module as pointed out by [~jmahonin].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)