java-driver
java-driver copied to clipboard
ScyllaDB Java Driver for ScyllaDB and Apache Cassandra, based on the DataStax Java Driver
``` Error: Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 11.938 s
``` Warning: Javadoc Warnings Warning: /home/runner/work/java-driver/java-driver/core-shaded/target/shaded-sources/com/datastax/oss/driver/shaded/netty/util/Recycler.java:27: error: package org.jetbrains.annotations does not exist Warning: import org.jetbrains.annotations.VisibleForTesting; Warning: ^ Warning: /home/runner/work/java-driver/java-driver/core-shaded/target/shaded-sources/com/datastax/oss/driver/shaded/netty/util/concurrent/GlobalEventExecutor.java:24: error: package org.jetbrains.annotations.Async does not exist Warning: import org.jetbrains.annotations.Async.Schedule; Warning: ^...
I would like to report an issue on page https://java-driver.docs.scylladb.com/scylla-4.15.0.x/manual/core/statements/batch/index ### Problem A link to DataStax documentation on how to use batching effectively is outdated and throws Page Not Found....
It is followup for: https://github.com/scylladb/java-driver/pull/427 According to https://github.com/scylladb/cassandra-stress/issues/38#issuecomment-2621495909 there is still difference between Shuffled and not shuffled replicas, which made me think that array shuffling operations are very expensive. Solution...
If experiment at https://github.com/scylladb/java-driver/issues/441 show that lazy shuffling yield better results, it makes sense to apply same approach for whole query plan for `DefaultLoadBalancingPolicy`
Unlike `4.x`, pipeline [Release ScyllaDB Java Driver](https://github.com/scylladb/java-driver/actions/workflows/release.yml) on `3.x` is not closing and releasing staging repo on sonatype. As result, release is not happening, unless you go aand munaully kick...
We need to make sure that this driver supports TLS tickets by default (if tls is enabled) There should be ticket cache on client side.
We need to make sure that this driver supports TLS tickets by default (if tls is enabled) There should be ticket cache on client side.
Have an integration sct tests in the same way it [was implemented](https://github.com/scylladb/gocql/pull/255) for gocql. ```[tasklist] ### Tasks - [ ] 3.x: Advanced integration tests - [ ] 4.x: Advanced integration...
``` Starting com.datastax.driver.mapping.MapperUDTTest.should_throw_error_when_udt_is_altered_and_is_not_compatible_anymore [Test #56]... 59752 [cluster28-worker-3] WARN com.datastax.driver.mapping.MappingManager - User type ks_22.address has been altered; existing mappers for @UDT annotated class com.datastax.driver.mapping.MapperUDTTest$Address might not work properly anymore 59753 [cluster28-worker-3]...