Andrew Kyle Purtell created PHOENIX-7645: --------------------------------------------
Summary: HighAvailabilityGroup can leak zookeeper connections Key: PHOENIX-7645 URL: https://issues.apache.org/jira/browse/PHOENIX-7645 Project: Phoenix Issue Type: Bug Reporter: Andrew Kyle Purtell HighAvailabilityGroup uses a LoadingCache to create CuratorFramework instances for access to ZooKeeper. In HighAvailabilityGroup#getCurator, the CuratorFramework instance may have some issue trying to connect. If the connection fails the CuratorFramework instance is not closed and leaks. -- This message was sent by Atlassian Jira (v8.20.10#820010)