https://bz.apache.org/bugzilla/show_bug.cgi?id=64618
--- Comment #9 from Philippe Mouawad <[email protected]> --- (In reply to Philippe Mouawad from comment #8) > (In reply to Philippe Mouawad from comment #7) > > I found the commit that broke the plugin: > > > > https://github.com/apache/jmeter/commit/ > > 20bc14513b238f79d6190971e4617ac9c5f88c49 > > This commit is not a bug, it reinstates the correct behaviour that was > errouneously removed in JMeter 3.2 and is required for correct handling of > Parallel Downloads in JMeter. > > FORGET THIS: -------- > The parallel sampler currently uses a subclass of JMeterThread supposed to > be per user, so not sharing connections. -------- > A browser shares connections for > Ajax parallel requests, so the plugin has IMO a wrong approach on this side. > > So I close this ticket as now issue is diagnosed and located in 3rd party > plugin. The current issue in the plugin is that is ends up calling threadFinished which closes the Connection Manager shared between the threads it triggered. -- You are receiving this mail because: You are the assignee for the bug.
