Re: svn commit: r774576 -

2009-05-14 Thread Mark Thomas
/commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericObjectPool.java Date: Thu, 14 May 2009 07:23:50 +0100 Content-Transfer-Encoding: 8bit > From: Phil Steitz > > Can you explain - maybe in the JIRA - what the problem is here and how > the change fixes it? I

Re: svn commit: r774576 - /commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericObjectPool.java

2009-05-13 Thread Phil Steitz
Can you explain - maybe in the JIRA - what the problem is here and how the change fixes it? I see there is a problem, but I am missing something on the resolution. Also, I think the first _numActive-- needs to be guarded by a decrementNumActive test, else when addObjectToPool is called by ad