[Bug 54732] StatementCache interceptor does not forward calls to Statement.close() which causes memory leaks

2013-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54732 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com --- Confirmed. The leak happens when the cache is full, so the statement that is being closed cannot be returned to the cache but has to be closed right away. Fixed in trunk

[Bug 54732] StatementCache interceptor does not forward calls to Statement.close() which causes memory leaks

2013-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54732 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added CC|

[Bug 54732] StatementCache interceptor does not forward calls to Statement.close() which causes memory leaks

2013-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54732 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

[Bug 54732] StatementCache interceptor does not forward calls to Statement.close() which causes memory leaks

2013-03-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54732 ber...@step.polymtl.ca changed: What|Removed |Added CC||ber...@step.polymtl.ca

[Bug 54732] StatementCache interceptor does not forward calls to Statement.close() which causes memory leaks

2013-03-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54732 Mark Thomas ma...@apache.org changed: What|Removed |Added Component|Catalina|jdbc-pool