Author: pmouawad Revision: 1860178 Modified property: svn:log Modified: svn:log at Tue May 28 06:51:00 2019 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Tue May 28 06:51:00 2019 @@ -1,4 +1,4 @@ -Fix race condition in jms.client.ClientPool#clearClient +Bug 63469 - JMSPublisher: Race condition in jms.client.ClientPool#clearClient ClientPool must not close the same client multiple times even if clearClient is called concurrently Author: vladimirsitnikov Date: Tue May 28 06:44:25 2019 New Revision: 1860178 URL: http://svn.apache.org/viewvc?rev=1860178&view=rev Log: Fix race condition in jms.client.ClientPool#clearClient ClientPool must not close the same client multiple times even if clearClient is called concurrently Modified: jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/client/ClientPool.java Author: pmouawad Date: Tue May 28 06:50:17 2019 New Revision: 1860181 URL: http://svn.apache.org/viewvc?rev=1860181&view=rev Log: Bug 63469 - JMSPublisher: Race condition in jms.client.ClientPool#clearClient Add to release notes Bugzilla Id: 63469 Modified: jmeter/trunk/xdocs/changes.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5087