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

Many docs pages, such as: https://java-driver.docs.scylladb.com/stable/manual/compression/index.html https://java-driver.docs.scylladb.com/stable/manual/load_balancing/index.html start by "Cassandra’s binary protocol ...", "A Cassandra cluster is ...", as they are unmodified from the upstream. The doc pages should mention...

documentation

I would like to report an issue in page https://java-driver.docs.scylladb.com/scylla-4.13.0.x/index (and all pages) ### Problem Rename Scylla to ScyllaDB on headers, where possible (with out breaking code examples!)

documentation

### Problem The Scylla Java driver is a fork of Datastax driver https://github.com/datastax/java-driver Altgho the Scylla Driver project HP include the Datastax Copyright and Apache Licence[1], it would be better...

doc

there are cases we want to use CCM with non-released versions, like: ``` unstable/master:latest 13812adsaf # version crafted from a local unified package, and uses scylla sha, this is how...

We have received an inquiry in field due to [README.md](https://github.com/scylladb/java-driver/blob/scylla-3.x/README.md) mentioning the existence of a `TokenAwareHostPolicy` which is misleading and the driver has no references to that: ```shell java-driver$ grep...

documentation

When running integration tests (introduced in #94), there are lots of exceptions of this type: ``` io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.1.2:36073 at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:716) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:225) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:291) at...

integration-tests

Some integration tests were disabled in #94, as they did not pass against Scylla. Some of them were disabled due to testing Cassandra-specific functionality (unavailable in Scylla), but some of...

integration-tests
CI Stability

Some integration tests were disabled in #94, as they did not pass against Cassandra 3.11. Most of them work correctly in the upstream repository. Fix those tests and re-enable them....

integration-tests
CI Stability

## Context Links pointing to the [Reference Documentation](https://java-driver.docs.scylladb.com/scylla-3.10.2.x/api/overview-summary.html) generated with JavaDoc are redirected to the "latest" branch while they should point to the branch that reflects the version picked from...

documentation

Faced this issue once while playing with nosqlbench: ``` [cluster1-worker-0] ERROR com.datastax.cql3.scylla_shaded.driver.core.ExceptionCatchingRunnable - Unexpected error while executing task java.lang.NullPointerException: Cannot read the array length because "" is null at com.datastax.cql3.scylla_shaded.driver.core.HostConnectionPool.closeAsync(HostConnectionPool.java:841)...

bug