Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 85198 invoked from network); 16 Nov 2005 18:33:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Nov 2005 18:33:35 -0000 Received: (qmail 86502 invoked by uid 500); 16 Nov 2005 18:33:33 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 86446 invoked by uid 500); 16 Nov 2005 18:33:32 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 86431 invoked by uid 99); 16 Nov 2005 18:33:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2005 10:33:32 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of robertburrelldonkin@blueyonder.co.uk designates 195.188.213.6 as permitted sender) Received: from [195.188.213.6] (HELO smtp-out3.blueyonder.co.uk) (195.188.213.6) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2005 10:35:06 -0800 Received: from knossos.elmet ([82.38.65.173]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Wed, 16 Nov 2005 18:34:03 +0000 Subject: Re: [collections] any objections? From: robert burrell donkin To: Jakarta Commons Developers List In-Reply-To: References: Content-Type: text/plain Date: Wed, 16 Nov 2005 18:51:57 +0000 Message-Id: <1132167117.6021.2.camel@knossos.elmet> Mime-Version: 1.0 X-Mailer: Evolution 2.0.1-1mdk Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Nov 2005 18:34:03.0593 (UTC) FILETIME=[51CB9B90:01C5EADC] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Tue, 2005-11-15 at 13:07 -0500, Michael Heuer wrote: > On Sat, 12 Nov 2005, Phil Steitz wrote: > > > On 11/12/05, robert burrell donkin wrote: > > > On Sat, 2005-11-12 at 13:44 +0000, Stephen Colebourne wrote: > > > > robert burrell donkin wrote: > > > > > has anyone run a long stress test? > > > > > > > > > > if not, i'm willing to code up something and set it running on my debian > > > > > box for a few days. i'd appreciate a second pair of eyes on the code (to > > > > > avoid mistakes). > > > > > > > > My attempt at one is attached to bugzilla - SoakLRUMap. I've only run it > > > > for an hour or so though. > > > > I ran something similar for two 3-hour runs with no errors, using a > > mix of Integer and String keys engineered to get a lot of reuse to > > happen. I did lots of shorter runs modifying the the number of > > buckets, number of threads, and relative frequency of adds / replaces, > > etc. It was easy to get the reported errors with synchronization off; > > but I saw no errors when access was properly synchronized. > > Just for the record, since everyone might not have access to these > platforms, I saw the same results as Phil while running SoakLRUMap > overnight on Mac OS X 10.4.3 dual-G4 and dual-G5 hardware with java > versions 1.4.2_09 and 1.5.0_05. thanks for the information: it is appreciated :) the tests on my debian box have been running (so far) for over four days without an NPE. maybe we could collate all this on a wiki page? - robert --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org