Re: JMeter TLP - draft resolution and first chair

2011-10-01 Thread Rahul Akolkar
On Wed, Sep 21, 2011 at 8:31 PM, sebb wrote: > On 22 September 2011 01:15, Rahul Akolkar wrote: >> On Wed, Sep 21, 2011 at 7:33 PM, Henri Yandell >> wrote: >>> On Thu, Sep 22, 2011 at 1:30 AM, Rahul Akolkar >>> wrote: On Tue, Sep 20, 2011 at 3:15 AM, Henri Yandell wrote: > Happy

Re: [Bug 51919] Random ConcurrentModificationException or NoSuchElementException in CookieManager#removeMatchingCookies when using Concurrent Download

2011-10-01 Thread Philippe Mouawad
Results on my computer: - HashMapput:693 - ConcurrentHashMapput:981 - ConcurrentReaderHashMapput:845 - HashMap get:63 - ConcurrentHashMap get:162 - ConcurrentReaderHashMap get:63 Of course this sample is not multithreaded to see impact when no conc download is used. In multithre

Re: [Bug 51919] Random ConcurrentModificationException or NoSuchElementException in CookieManager#removeMatchingCookies when using Concurrent Download

2011-10-01 Thread Philippe Mouawad
A little additional note, There is an implementation of Concurrent map by doug lea in concurrent.jar called ConcurrentReaderHashMap that has same performance as HashMap in read and a little less on write. But performances are much better than ConcurrentHashMap. So maybe a better alternative but req

Re: [VOTE] Release JMeter 2.5.1 RC3

2011-10-01 Thread Oleg Kalnichevski
[x] +1 I support this release On Wed, 2011-09-28 at 23:52 +, Milamber wrote: > Hello, > > The third release candidate for JMeter 2.5.1 has been prepared, and your > votes are solicited. > > This release fixes mainly some bugs appeared since JMeter 2.5, and > contains few improvements. > >

Re: [Bug 51919] Random ConcurrentModificationException or NoSuchElementException in CookieManager#removeMatchingCookies when using Concurrent Download

2011-10-01 Thread sebb
On 1 October 2011 12:38, Philippe Mouawad wrote: > On Sat, Oct 1, 2011 at 12:57 PM, sebb wrote: > >> On 1 October 2011 10:53, Philippe Mouawad >> wrote: >> > Hello Milamber, Sebb, All, >> > Regarding 51919 < >> https://issues.apache.org/bugzilla/show_bug.cgi?id=51919>, >> > I wonder if there is

Re: [Bug 51919] Random ConcurrentModificationException or NoSuchElementException in CookieManager#removeMatchingCookies when using Concurrent Download

2011-10-01 Thread Philippe Mouawad
On Sat, Oct 1, 2011 at 12:57 PM, sebb wrote: > On 1 October 2011 10:53, Philippe Mouawad > wrote: > > Hello Milamber, Sebb, All, > > Regarding 51919 < > https://issues.apache.org/bugzilla/show_bug.cgi?id=51919>, > > I wonder if there is not an issue in JMeterVariables access introduced by > > co

Re: [Bug 51919] Random ConcurrentModificationException or NoSuchElementException in CookieManager#removeMatchingCookies when using Concurrent Download

2011-10-01 Thread sebb
On 1 October 2011 10:53, Philippe Mouawad wrote: > Hello Milamber, Sebb, All, > Regarding 51919 , > I wonder if there is not an issue in JMeterVariables access introduced by > concurrent download. > Initially I think JMeterVariables were no

[Bug 51919] Random ConcurrentModificationException or NoSuchElementException in CookieManager#removeMatchingCookies when using Concurrent Download

2011-10-01 Thread Philippe Mouawad
Hello Milamber, Sebb, All, Regarding 51919 , I wonder if there is not an issue in JMeterVariables access introduced by concurrent download. Initially I think JMeterVariables were not supposed to be shared so object not thread safe, today the

Re: [VOTE] Release JMeter 2.5.1 RC3

2011-10-01 Thread Milamber
Le 30/09/2011 17:47, sebb a ecrit : > On 29 September 2011 21:37, Philippe Mouawad > wrote: > >> [SNIP] >> Note that this issue also exists in 2.5 release so maybe it's not a blocker >> > I agree, not a blocker on its own. > > The reason we abandoned the previous release vote was the pr