Bug 55423

Summary: BatchSampleSender: Reduce locking granularity by moving listener.processBatch outside of synchronized block
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 2.9   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Philippe Mouawad 2013-08-15 20:40:36 UTC
Currently listener.processBatch is called within synchronized block blocking all threads during this time.

This is only to keep sampleStore thread-safe.

Improve this by moving the sending outside of synchronized block
Comment 1 Philippe Mouawad 2013-08-15 20:49:04 UTC
Date: Thu Aug 15 20:42:36 2013
New Revision: 1514479

URL: http://svn.apache.org/r1514479
Log:
Bug 55423 - BatchSampleSender: Reduce locking granularity by moving listener.processBatch outside of synchronized block
Bugzilla Id: 55423

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/samplers/BatchSampleSender.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:54 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3190