toby1984 commented on issue #140: jdbc-pool: Improve maxAge handling
URL: https://github.com/apache/tomcat/pull/140#issuecomment-473018240
 
 
   I fixed the missing calls to PooledConnection#validate(int). 
   
   While reading the code I was kind of unsure whether I should call 
PooledConnection#setTimestamp(long) when reconnecting an idle connection. 
Looking at the code it seems that the timestamp should only be updated when 
user-initiated (like borrow or return) operations are executed on the 
PooledConnection, not when (possibly internal) operations are executed on the 
underlying JDBC Connection - right ? The JavaDoc on setTimestamp() is kind of 
fuzzy and does not explain what kind of 'operations' are meant.  

----------------------------------------------------------------
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

Reply via email to