https://bz.apache.org/bugzilla/show_bug.cgi?id=63469
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |3.0 CC| |[email protected] | |om Keywords| |FixedInTrunk Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Philippe Mouawad <[email protected]> --- 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 -- You are receiving this mail because: You are the assignee for the bug.
