You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2020/01/16 09:03:40 UTC

[GitHub] [tomcat] panchenko opened a new pull request #235: tomcat-jdbc check if returned connection is closed

panchenko opened a new pull request #235: tomcat-jdbc check if returned connection is closed
URL: https://github.com/apache/tomcat/pull/235
 
 
   I had a situation when driver closed connection because of I/O error, bur connection has been added to the avaialble ones and then returned to another caller.
   The `testOn*` properties were not enabled in that case.
   
   It looks like the pool can easily check if connection has been closed and don't accept it back.
   WDYT?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org