https://issues.apache.org/bugzilla/show_bug.cgi?id=51198
Filip Hanik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from Filip Hanik <[email protected]> 2012-03-20 13:52:41 UTC --- (In reply to comment #1) > Hello, > Is there something wrong in the patch ? > I have been doing very High load tests during all the week and all seems OK. > > Regards > Philippe This was fixed in another commit by simply doing if (pool.size()>0) { con = pool.poll(1000, TimeUnit.MILLISECONDS); } else { break; } -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
