https://bz.apache.org/bugzilla/show_bug.cgi?id=64400

Felix Schumacher <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |All
             Status|NEW                         |NEEDINFO

--- Comment #14 from Felix Schumacher <[email protected]> ---
Hi Alex,

I committed the patch, that splits the transaction on time or prefix (plus a
bit of rework, to make insertion of the samples a bit more predictable).

Can you test with the next build?


commit cee4de981d0165416a0d1783ac5ced84531d47a5
AuthorDate: Sun May 3 10:56:59 2020 +0200

    Update JMeterTreeModel in a threadsafe and timely manner

    When recording multiple samples concurrently, we could get into a race
    condition and place samples into wrong controllers.

    Now we try to get the current information about prefix and sampler as soon
as possible
    and delay the addition of the sampler to the recording controller by means
of a queue.
---
 .../jmeter/protocol/http/proxy/ProxyControl.java   | 190 +++++++++++++--------
 xdocs/changes.xml                                  |   1 +
 2 files changed, 120 insertions(+), 71 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to