Re: [pool] addObject contract

2025-05-19 Thread Gary Gregory
That all sounds reasonable to me. Gary On Mon, May 19, 2025, 20:04 Phil Steitz wrote: > The javadoc suggests that for both GKOP and GOP, this method is a no-op if > there is no capacity to add to the pool when it is invoked. But at least > for GOP, since the method calls create and create can

[pool] addObject contract

2025-05-19 Thread Phil Steitz
The javadoc suggests that for both GKOP and GOP, this method is a no-op if there is no capacity to add to the pool when it is invoked. But at least for GOP, since the method calls create and create can wait up to the configured borrow wait time for capacity to be available. When fixing POOL-420,