java-driver icon indicating copy to clipboard operation
java-driver copied to clipboard

ScyllaDB Java Driver for ScyllaDB and Apache Cassandra, based on the DataStax Java Driver

Results 152 java-driver issues
Sort by recently updated
recently updated
newest added

I still need to further test this, but code is more or less how I want to do this.

since ccm change the default smp for scylla to be 2, there are extra connections open to a single node and test fails like that: ``` expected [2] but found...

* Changed Cassandra to ScyllaDB where applicable * Updated `DefaultLoadBalancingPolicy` documentation * Updated links to point to ScyllaDB documentations

This TestRule can be combined with other CCM Rules to prevent them from deleting logs of failed tests during cleanup.

Fixes setup for generating javadocs. It seems that javadocs for other modules were also being generated, but they were not moved to the same place the core module javadocs were....

It seems that there was a race condition where we try to inspect `ChannelSet` while it is still null and `initialized` property is still false. This small reordering ensures that...

Those test enable client encryption on scylla end, but not using a specific certificate, and scylla defaults to non-existing one: ``` 12:18:00.008 [Exec Stream Pumper] ERROR c.d.o.d.api.testinfra.ccm.CcmBridge - ccmout> ERROR...

integration-tests

When building code in PR #109 with a fresh Ubuntu Docker container with only Oracle's `jdk-11.0.14_linux-x64_bin.deb` installed, `make preview` in `docs` directory fails with: ``` ERROR] COMPILATION ERROR : [INFO]...

On initial connection to scylla cluster, we get the following warnings, even shard-aware port is configured and listening on: ``` WARN 05:56:51,248 Not using advanced port-based shard awareness with /10.12.1.220:9042...

triage

The upcoming ScyllaDB 5.1 introduces a feature called per-partition rate limiting. In case the (user defined) per-partition rate limit is exceeded, the database will start returning a new kind of...

enhancement