https://issues.apache.org/bugzilla/show_bug.cgi?id=53995
--- Comment #4 from Philippe Mouawad <[email protected]> --- Thank you for the reporting, the analysis and the patch. The proposed patch has the impact of creating one Cache per Thread and connection which increases memory usage during test. I implemented another fix which removes the MRU cache as it is the source of issue, since the put of a connection or PreparedStatement Map could result into the putter thread provoking a cleanup (and close) of PreparedStatement of other thread. This should not impact very much memory as size of first map is the size of number of threads. Size of second map is the size of different SQL queries of the test. -- You are receiving this mail because: You are the assignee for the bug.
