Re: [Discuss] Removal of Thread Local Connection Pooling

2019-04-05 Thread Jacob Barrett
> On Apr 5, 2019, at 8:23 AM, Anthony Baker wrote: > > One question: if I’m using thread-local connections ho does that affect pool > sizing? Are thread-local connections included in the overall pool size or > accounted for separately? On the client side thread local pool just pulls from

Re: [Discuss] Removal of Thread Local Connection Pooling

2019-04-05 Thread John Blum
Well articulated and a wise decision; Jake. +1 On Fri, Apr 5, 2019 at 8:24 AM Anthony Baker wrote: > One question: if I’m using thread-local connections ho does that affect > pool sizing? Are thread-local connections included in the overall pool > size or accounted for separately? > > We may

Re: [Discuss] Removal of Thread Local Connection Pooling

2019-04-05 Thread Anthony Baker
One question: if I’m using thread-local connections ho does that affect pool sizing? Are thread-local connections included in the overall pool size or accounted for separately? We may want some explicit release notes if a user would need to resize their pools during an upgrade. Anthony >

[Discuss] Removal of Thread Local Connection Pooling

2019-04-05 Thread Jacob Barrett
Devs, The current connection pooling implementation contains a setting that enables a secondary pool that is thread local. See ClientCacheFactory. setPoolThreadLocalConnections method for details. This thread local pooling was added to reduce contention on the primary connection pool under