scylladb / scylla-tools-java

Apache Cassandra, supplying tools for Scylla
Apache License 2.0
53 stars 85 forks source link

build.xml: update scylla-driver-core to 3.11.5.2 #381

Closed avelanarius closed 8 months ago

avelanarius commented 8 months ago

ScyllaDB Java Driver 3.11.5.2 adds tablet awareness to the driver. Update the version of the driver in scylla-tools-java so that cassandra-stress can take advantage of this new functionality.

Before releasing Java Driver 3.11.5.2 we ran several tests with cassandra-stress to make sure that it's stable (under tablet migration, topology changes) and that there is no performance regression. (More details here: https://github.com/scylladb/java-driver/pull/237#issuecomment-1961751527)

denesb commented 8 months ago

Submodule update PR: https://github.com/scylladb/scylladb/pull/17722