Re: Question about suspectTimeout property of pool configuration - possible Bug - does only work with removeAbandoned = true which seems odd

2016-08-25 Thread Torsten Krah
https://bz.apache.org/bugzilla/show_bug.cgi?id=60043 Am Dienstag, den 23.08.2016, 16:32 +0900 schrieb Keiichi Fujino: > Please open the bugzilla. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comm

Re: Question about suspectTimeout property of pool configuration - possible Bug - does only work with removeAbandoned = true which seems odd

2016-08-23 Thread Keiichi Fujino
2016-08-19 0:52 GMT+09:00 Torsten Krah : > Hi, > > looking at the doc: > > https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html > > there is: > > suspectTimeout > > (int) Timeout value in seconds. Default value is 0. > Similar to to the removeAbandonedTimeout value but instead of treating > the

Question about suspectTimeout property of pool configuration - possible Bug - does only work with removeAbandoned = true which seems odd

2016-08-18 Thread Torsten Krah
Hi, looking at the doc: https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html there is: suspectTimeout (int) Timeout value in seconds. Default value is 0. Similar to to the removeAbandonedTimeout value but instead of treating the connection as abandoned, and potentially closing the connect