Re: [DBCP] Possible bug in PerUserPoolDataSource

2010-01-06 Thread Phil Steitz
sebb wrote: > On 05/01/2010, sebb wrote: >> It looks like there may be a bug in PerUserPoolDataSource. >> >> From time to time, more than 10 of the threads acquire connections in >> the testMultipleThreads2() test case. I don't think this should >> happen, and it does not happen in the TestShar

Re: [DBCP] Possible bug in PerUserPoolDataSource

2010-01-05 Thread sebb
On 05/01/2010, sebb wrote: > It looks like there may be a bug in PerUserPoolDataSource. > > From time to time, more than 10 of the threads acquire connections in > the testMultipleThreads2() test case. I don't think this should > happen, and it does not happen in the TestSharedPoolDataSource >

[DBCP] Possible bug in PerUserPoolDataSource

2010-01-05 Thread sebb
It looks like there may be a bug in PerUserPoolDataSource. >From time to time, more than 10 of the threads acquire connections in the testMultipleThreads2() test case. I don't think this should happen, and it does not happen in the TestSharedPoolDataSource version. I've committed some debug code