Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 60457 invoked from network); 2 Dec 2007 19:44:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2007 19:44:36 -0000 Received: (qmail 81138 invoked by uid 500); 2 Dec 2007 19:44:23 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 81054 invoked by uid 500); 2 Dec 2007 19:44:23 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 81045 invoked by uid 99); 2 Dec 2007 19:44:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 11:44:23 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of phil.steitz@gmail.com designates 64.233.182.185 as permitted sender) Received: from [64.233.182.185] (HELO nf-out-0910.google.com) (64.233.182.185) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 19:44:04 +0000 Received: by nf-out-0910.google.com with SMTP id d3so2499627nfc for ; Sun, 02 Dec 2007 11:44:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=4oUB1EYHZf75LwVeQx21oDIdnaBB2s07N4QHV95RiG0=; b=Q6CzZ/lLDPf+thoxf5UW3DSCQW504UtjJBTpgjvl5R3za1phUc/rbCYnbEczzRexx0WhEh2owaEb1U6xvoFan8N4cstRojj6Q3/xkBQYyGSBekWMiSURpv3MjeSzEkQRHBwNC0NfDghxhphQrL4Ij8boGUDcWHevuXcRoyuz2Pw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=evgrHnO+vnYU4ehnKydEGmEytnuMlWrXWksU+sz9L1/JzvaCtTY4B0VFkR3xSbV++t61WIMbUNUQ8oVPeQLDsDxbyiSQXbmmCNbj3dmnFXvVD9Kld8EVIijdqShCo9AiwfoRXlKukqeaGYuELZVOCmlyh/JTPUkGH276a09MCuY= Received: by 10.78.149.15 with SMTP id w15mr2947172hud.1196624645791; Sun, 02 Dec 2007 11:44:05 -0800 (PST) Received: by 10.78.130.13 with HTTP; Sun, 2 Dec 2007 11:44:05 -0800 (PST) Message-ID: <8a81b4af0712021144mff335e6of6aa465de6ca5e62@mail.gmail.com> Date: Sun, 2 Dec 2007 12:44:05 -0700 From: "Phil Steitz" To: "Jakarta Commons Developers List" Subject: Re: [POOL] Offer of help for a 1.4 release In-Reply-To: <4752F4C5.6020403@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4752F4C5.6020403@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org On Dec 2, 2007 11:09 AM, Mark Thomas wrote: > Hi, > > Tomcat has been bitten [1] by a bug [2] in pool-1.3. Currently we are > considering reverting to pool-1.2 but would obviously prefer to move to > pool-1.4 (that included a fix for [2]) due to the many fixes in 1.3. > > A quick scan of the archives suggests that an offer of an extra pair of > hands might help speed up a pool-1.4 release in the near term. So, here I am. Thanks! This is exactly what is needed. Some issues have been resolved since 1.3, but more review is needed to validate the changes (e.g. fixes for POOL-86). Other than this, the key issues that we need to address are POOL-97 (the one that you refer to below) and the over-synchronization of borrowObject (POOL-108, POOL-93), which was introduced in 1.3. I have been contemplating reverting to the 1.2 synchronization setup. This is an area where more eyeballs / ideas would be very helpful. The LIFO/FIFO issue mentioned below (POOL-86) has been addressed in trunk. I will do the RM work if we can get at least POOL-97 closed (any ideas you have on this would be greatly appreciated) and the fixes for POOL-86 reviewed. I think it would really be best to resolve the over-synch issues as well if we can do it quickly. I will post a separate note on what I have in mind there. Thanks! Phil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org