java-driver
java-driver copied to clipboard
DataStax Java Driver for Apache Cassandra
Fix [JAVA-3140](https://datastax-oss.atlassian.net/jira/software/c/projects/JAVA/issues/JAVA-3140).
In #1640 we are waiting for author to incorporate our feedback. The intention of this PR is to speed up the process, leaving original author's commit intact and recorded in...
Make UdtCodec logic tolerant to extra unknown fields at the tail of UDT to support live schema upgrades Patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-19814
patch by Mick Semb Wever; reviewed by xxx for CASSANDRA-18971
When running Cassandra in a private network and accessing it from outside of that private network via some kind of proxy, we have an option to use FixedHostNameAddressTranslator. But when...
This fixes CASSJAVA-89 by switching from deprecated `chunk_length_kb` to `chunk_length_in_kb`
Following up from #1957 this moves to a complete lock-free implementation. (cc @tolbertam who reviewed the previous PR, and @akhaku and @clohfink who have reviewed internally). Commits are broken to...
This value is initialized at constructor time and marked final, so it can never change. There is no need to have access to this reference synchronized.
In https://github.com/apache/cassandra-java-driver/pull/1896 we added a feature to prefer the order of the remote DCs on the x-DC failovers. As described in https://github.com/apache/cassandra-java-driver/pull/1896#discussion_r1983231999, the default is misleading to errors. With this...