Istvan Toth created PHOENIX-6465: ------------------------------------ Summary: Close sessions explicitly in python-phoenixdb Key: PHOENIX-6465 URL: https://issues.apache.org/jira/browse/PHOENIX-6465 Project: Phoenix Issue Type: Bug Components: python, queryserver Affects Versions: 1.0.0 Reporter: Istvan Toth Assignee: Istvan Toth Fix For: 1.0.1
We currently rely on the finalizer/garbage collector to close the HTTP sessions opened in python-phoenixdb. As the sessions have corresponding HTTP connection pools that may have open connections, we should close these explicitly. -- This message was sent by Atlassian Jira (v8.3.4#803005)