KeiichiFujino commented on issue #140: jdbc-pool: Improve maxAge handling
URL: https://github.com/apache/tomcat/pull/140#issuecomment-473180351
 
 
   Personally, the primary factor in starting PoolCleaner should be 
timeBetweenEvictionRunsMillis.
   Same as removeAbandoned / testWhileIdle / minEvictableIdleTimeMillis.
   If we want to reconnect to an idle connection,
   We should set both maxAge and timeBetweenEvictionRunsMillis.
   
   
   (JMX)ConnectionPool provides the feature to restart PoolCleaner when 
attributes related to PoolCleaner are changed.
   If maxAge is changed, you should restart PoolCleaner.
   
   see:org.apache.tomcat.jdbc.pool.jmx.ConnectionPool

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