https://bz.apache.org/bugzilla/show_bug.cgi?id=61032

--- Comment #2 from sakala.ram...@gmail.com ---
PoolCleaner is closing connections when idle connection count is more than
minIdle. It should not do that as pool is expected to always have more than
minIdle connections in the idle queue ready to be issued. Instead, it should
create connections and add to idle queue if idle queue size is less than
minIdle.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to