chaitan64arun opened a new pull request #241: Increment ReleaseIdle Counter when testAllIdle releases them URL: https://github.com/apache/tomcat/pull/241 In Tomcat JDBC module, I reckon PoolCleaner cleans the idle connections in two ways - checkIdle - testAllIdle `releasedIdleCount` is incremented when released from `checkIdle` but not from `testAllIdle`. Is it part of the design? If so, can we get more information about why it is not counted? IMO, the counter should be incremented in `testAllIdle` too. This PR includes this change.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org