Bug 63469

Summary: JMSPublisher: Race condition in jms.client.ClientPool#clearClient
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal CC: p.mouawad
Priority: P2 Keywords: FixedInTrunk
Version: 3.0   
Target Milestone: JMETER_5.2   
Hardware: All   
OS: All   

Description Philippe Mouawad 2019-05-28 06:49:22 UTC

    
Comment 1 Philippe Mouawad 2019-05-28 06:51:58 UTC
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
Comment 2 The ASF infrastructure team 2022-09-24 20:38:17 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5087