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)