Jacob Isaac created PHOENIX-7063: ------------------------------------ Summary: Track and account garbage collected phoenix connections Key: PHOENIX-7063 URL: https://issues.apache.org/jira/browse/PHOENIX-7063 Project: Phoenix Issue Type: Improvement Affects Versions: 5.1.3 Reporter: Jacob Isaac
In production env, misbehaving clients can forget to close Phoenix connections. This can result in Phoenix connections leaking. Moreover, when Phoenix connections are tracked and limited by the GLOBAL_OPEN_PHOENIX_CONNECTIONS metrics counter per jvm, it can lead to client requests for Phoenix connections being rejected. Tracking and keeping count of garbage collected Phoenix connections can alleviate the above issues. Providing additional logging during such reclaims will provide additional insights into a production env. -- This message was sent by Atlassian Jira (v8.20.10#820010)