Bug 52390 - AbstractJDBCTestElement:Memory leak and synchronization issue in perConnCache
Summary: AbstractJDBCTestElement:Memory leak and synchronization issue in perConnCache
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: Nightly (Please specify date)
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-27 18:20 UTC by Philippe Mouawad
Modified: 2011-12-27 18:23 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2011-12-27 18:20:47 UTC
Affects r1210141

2 issues:
- perConnCache is static and accessed in read-write by multiple threads
- cache is not cleaned up after test end

Philippe
http://www.ubik-ingenierie.com
Comment 1 Philippe Mouawad 2011-12-27 18:23:12 UTC
Date: Tue Dec 27 18:22:31 2011
New Revision: 1224967

URL: http://svn.apache.org/viewvc?rev=1224967&view=rev
Log:
Bug 52390 - AbstractJDBCTestElement:Memory leak and synchronization issue in perConnCache

Modified:
   jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.java
   jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:48 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2691