Re: [EXTERNAL] Re: Connection Pooling in v4.x Java Driver

2019-12-11 Thread Caravaggio, Kevin
at 3:33 AM To: "user@cassandra.apache.org" Subject: [EXTERNAL] Re: Connection Pooling in v4.x Java Driver *EXTERNAL SENDER* Hi, In driver 4.x, pools do not resize dynamically anymore because the ratio between concrete benefits brought by this feature and the maintenance burden it

Re: Connection Pooling in v4.x Java Driver

2019-12-11 Thread Alexandre Dutra
Hi, In driver 4.x, pools do not resize dynamically anymore because the ratio between concrete benefits brought by this feature and the maintenance burden it caused was largely unfavorable: most bugs related to connection pooling in driver 3.x were caused by the dynamic pool resizing. Having a fixe

Re: Connection Pooling in v4.x Java Driver

2019-12-10 Thread Jon Haddad
I'm not sure how closely the driver maintainers are following this list. You might want to ask on the Java Driver mailing list: https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user On Tue, Dec 10, 2019 at 5:10 PM Caravaggio, Kevin < kevin.caravag...@lowes.com> wrote: >

Connection Pooling in v4.x Java Driver

2019-12-10 Thread Caravaggio, Kevin
Hello, When integrating with DataStax OSS Cassandra Java driver v4.x, I noticed “Unlike previous versions of the driver, pools do not resize dynamically” in reference to the connection pool configuration