Istvan Toth created PHOENIX-7093: ------------------------------------ Summary: PhoenixConnection doesn't close its Statements on close() Key: PHOENIX-7093 URL: https://issues.apache.org/jira/browse/PHOENIX-7093 Project: Phoenix Issue Type: Bug Reporter: Istvan Toth
When a PhoenixConnection is closed, its child Statements are never closed. This also means the ResultSets are never closed properly. Any open network connections eventually time out, and the objects get GCd, but this is still iffy. It also kills any chance to get usable trace spans, as the spans are generally marked done in close(). -- This message was sent by Atlassian Jira (v8.20.10#820010)