[ https://issues.apache.org/jira/browse/PHOENIX-7093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Istvan Toth resolved PHOENIX-7093. ---------------------------------- Fix Version/s: 5.2.0 Resolution: Fixed > 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 > Assignee: Istvan Toth > Priority: Major > Fix For: 5.2.0 > > > 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)