Re: database pool and minIdle support in 8

2018-03-27 Thread Pawel Veselov
Apologies for reviving a zombie. On Sat, Feb 3, 2018 at 8:43 AM, Pawel Veselov wrote: What is the problem with failures during pool initialization? >>> ConnectionPool.init() attempts to borrow initialSize worth of >>> connections. Imagine your database server is having problems at >>> this t

Re: database pool and minIdle support in 8

2018-02-02 Thread Pawel Veselov
Chris, On Fri, Feb 2, 2018 at 2:20 PM, Christopher Schultz wrote: > On 2/2/18 1:47 PM, Pawel Veselov wrote: >>> On 2/1/18 6:08 PM, Pawel Veselov wrote: On Thu, Feb 1, 2018 at 1:02 PM, Mark Thomas wrote: > On 01/02/18 20:57, Pawel Veselov wrote: >> Hello. >> >> It looks

Re: database pool and minIdle support in 8

2018-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pawel, On 2/2/18 1:47 PM, Pawel Veselov wrote: >> On 2/1/18 6:08 PM, Pawel Veselov wrote: >>> On Thu, Feb 1, 2018 at 1:02 PM, Mark Thomas >>> wrote: On 01/02/18 20:57, Pawel Veselov wrote: > Hello. > > It looks like in tomcat 8 (

Re: database pool and minIdle support in 8

2018-02-02 Thread Pawel Veselov
> On 2/1/18 6:08 PM, Pawel Veselov wrote: >> On Thu, Feb 1, 2018 at 1:02 PM, Mark Thomas >> wrote: >>> On 01/02/18 20:57, Pawel Veselov wrote: Hello. It looks like in tomcat 8 (looking at master's HEAD), the minIdle support is broken. According to docs, minIdle supposed to

Re: database pool and minIdle support in 8

2018-02-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pawel, On 2/1/18 6:08 PM, Pawel Veselov wrote: > On Thu, Feb 1, 2018 at 1:02 PM, Mark Thomas > wrote: >> On 01/02/18 20:57, Pawel Veselov wrote: >>> Hello. >>> >>> It looks like in tomcat 8 (looking at master's HEAD), the >>> minIdle support is br

Re: database pool and minIdle support in 8

2018-02-01 Thread Pawel Veselov
On Thu, Feb 1, 2018 at 1:02 PM, Mark Thomas wrote: > On 01/02/18 20:57, Pawel Veselov wrote: >> Hello. >> >> It looks like in tomcat 8 (looking at master's HEAD), the minIdle >> support is broken. According to docs, minIdle supposed to do : "The >> minimum number of established connections that sh

Re: database pool and minIdle support in 8

2018-02-01 Thread Mark Thomas
On 01/02/18 20:57, Pawel Veselov wrote: > Hello. > > It looks like in tomcat 8 (looking at master's HEAD), the minIdle > support is broken. According to docs, minIdle supposed to do : "The > minimum number of established connections that should be kept in the > pool at all times. The connection po