java-driver
java-driver copied to clipboard
ScyllaDB Java Driver for ScyllaDB and Apache Cassandra, based on the DataStax Java Driver
We need to have a test that does what we do on the cloud: 1. Driver should be configured to re-resolve DNS endpoints. 2. Deploy cluster of 3 nodes 3....
From https://scylladb-users.slack.com/archives/C2NLNBXLN/p1725297082189579?thread_ts=1725284973.161149&cid=C2NLNBXLN It seems I found the reason. Scylla driver will create connection per shard. It means if you have 3 nodes with 8 CPU it will create 24 connections...
Adds additional config option that changes behavior of ControlConnection's reconnection. In case LBP returns an empty query plan we will attempt to connect to the original endpoints regardless of their...
It seems that in some cases `refreshSchema()` can hang the thread calling it and not recover. Easy way to trigger this is to call it when connection to the cluster...
Currently CI for `scylla-.3.x` is not running any tests. It [returns](https://github.com/scylladb/java-driver/actions/runs/10582193524/job/29321305230) the following on every test suit: ``` Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 ``` We need...
`ResolverFactory` was implemented in `4.x` at https://github.com/scylladb/java-driver/pull/332 We need to backport it to `3.x` to unlock DNS tests.
This integration test is meant to test RESOLVE_CONTACT_POINTS driver option when set to `false` under different scenarios.
[PR#19684](https://github.com/scylladb/scylladb/pull/19684) brings possibility of having nodes coordinator-only nodes (or zero-token nodes). These types of nodes are going to be supported only in RAFT. Such nodes, despite being registered in the...
Creating this issue to track ongoing driver CI problems. Fixing all of them is likely more than a single PR of work. I'll keep adding as I encounter more. ###...