Taras Ledkov created IGNITE-10224: ------------------------------------- Summary: JDBC thin: the statement must be removed from statements list when it is closed Key: IGNITE-10224 URL: https://issues.apache.org/jira/browse/IGNITE-10224 Project: Ignite Issue Type: Bug Components: jdbc Affects Versions: 2.6 Reporter: Taras Ledkov
{{JdbcThinConnection}} collects opened statements in the {{stmts}} list to close they on disconnect. But statements are not removed from the list on close. It is cause memory leaks. The statements must be removed from the {{JdbcThinConnection#stmts}} list when {{JdbcThinStatement#close}} is called. -- This message was sent by Atlassian JIRA (v7.6.3#76005)