Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
39 views

I have my POM file declared like this: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3....
hell_storm2004's user avatar
0 votes
1 answer
97 views

We're using DSE 6.0.18 (Cassandra version 3.11) and our application is both read and write heavy. I have a situation where I need to fire N number of read queries for each API (by partition key) using ...
Dinesh Babu M's user avatar
0 votes
1 answer
155 views

I've a cassandra cluster running on v4.1.8 and the settings are set as default, even the heap configuration. Recently the application is experiencing errors like the below - java.util.concurrent....
davidm's user avatar
  • 1
0 votes
1 answer
174 views

I have deployed a Java application as a pod in a Kubernetes environment, as well as Cassandra with a 3-node cluster. I am using Cassandra service FQDN to connect to Cassandra. Due to the Cassandra pod ...
Avinash Shetty's user avatar
2 votes
2 answers
132 views

My problem is that I am not getting immediate delete on single node Cassandra. The problem occurs only on Windows, when I run Cassandra in Docker container. There is no problem on Linux. I am using ...
Adam Wołek's user avatar
0 votes
1 answer
48 views

I have the following setup: cassandra 4.1.7 running in docker on Ubuntu host, single node java client with datastax driver 3.11.5, jdk 11.0.25 The code: public class Main { public static void ...
Python_Max's user avatar
0 votes
1 answer
210 views

I am supposed to upgrade my Cassandra version to 4.0.0 but whenever I am doing so I am getting the many issues like these: error: error: cannot access TypeCodec, error: cannot find symbol And it is ...
akshita's user avatar
1 vote
2 answers
239 views

I'm trying to connect to two of my remote contact points using the Cassandra CqlSession class. I'm using spring boot 3.3.3 and spring-data-cassandra 4.3.3. Below are the datastax driver dependencies ...
Debojit Chakraborty's user avatar
0 votes
0 answers
49 views

All documentation I see does not mention connection pooling configuration. When I configure the connection in Anypoint studio there are not options. I saw the old mule module mentions pooling options ...
Kyle N's user avatar
  • 135
1 vote
1 answer
865 views

Is the cassandra java driver 4.17 compatible with jdk 21? We are planning to migrate our servers to java 21 and we are using cassandra client. If this is not supported this is a no go for us. There ...
Mikołaj B's user avatar
-1 votes
1 answer
71 views

I am seeing an unconfigured table error when I execute a batch statement(not consistent). In the batch statement, I am having several prepare statements(10) Few of the prepare statements(2 of them) ...
Balaji Venkatesan's user avatar
0 votes
0 answers
177 views

While trying to migrate my application from Java8,Springboot v1.x to Java21,Springboot v3.2.0, I encountered the following issue while trying to configure cassandra in my application: > Caused by: ...
Prakhar's user avatar
  • 101
1 vote
1 answer
82 views

How can I create a Statement using Spring Data Cassandra in a way that spring would handle type conversion as well? If I have a simple query with simple types, I could write something like this: ...
Soheil Rahsaz's user avatar
2 votes
0 answers
96 views

I am using spark-cassandra-connector_2.11 and version 2.5.2 in my scala application and want to register a custom map codec, but facing issues. Is there any way to register it. I did the same thing on ...
Shivam Sajwan's user avatar
1 vote
1 answer
469 views

Could you please explain what i do wrong? I'm running 7 nodes in one DC of Cassandra 4.0.5 As I'm trying to maintain those nodes I'm running on daily basis on every node: nodetool repair --full -pr &...
Коля Курик's user avatar
0 votes
1 answer
375 views

I'm using Cassandra connector and want to connect Trino to three nodes (contact points), all nodes use 19001 port, Trino successfully connect to the first one (using 19001 port), but not to the other ...
danmo41's user avatar
0 votes
1 answer
44 views

I am testing connectivity to AWS Keyspaces via sigv4 driver and getting below warning message [info] running SampleConnectionWithSigv4 316 [sbt-bg-threads-1] INFO com.datastax.oss.driver.internal....
bhargav joshi's user avatar
0 votes
3 answers
269 views

I am getting errors during CQLSession initialization while executing triggers. The contact-points are [ “127.0.0.1:9042” ] with SSL enabled. Seems like its caused by: java.lang....
Dencil's user avatar
  • 1
0 votes
0 answers
251 views

I'd like to have a simple Cassandra/Scylla cluster with two nodes, rf 2 so they both contain the same data. I want to expose one node to the internet (temporarily) behind NAT. The router has a dynamic ...
Ste's user avatar
  • 434
1 vote
2 answers
129 views

These are the dependencies I have installed in my spring project //cassandra implementation 'org.springframework.data:spring-data-cassandra:3.1.2' implementation 'io.projectreactor:reactor-core' ...
Deep Kiran's user avatar
0 votes
1 answer
117 views

I am trying to read data present in a specific cassandra (4) node, using Datastax driver version 4.13. I have read this post, which supposedly works for driver versions 3.x I have modified my code as ...
ranban282's user avatar
  • 186
0 votes
2 answers
579 views

We have added 1 more dc to existing cluster. Application was deployed in each region separately. After adding the DC & region wise application deployment, We started seeing the below exception ...
Manikar Rangu's user avatar
0 votes
2 answers
278 views

My cassandra cluster is hosted on two datacenters. Not only are they separated by some latency, at times either of them might become temporarily unavailable. EACH_QUORUM is not an option as it is both ...
Andreas Wederbrand's user avatar
0 votes
1 answer
392 views

I am building Cassandra datastax 4.14 with Spring Boot and gradle 7.6 Gradle file: plugins { id 'java' id 'org.springframework.boot' version "2.3.5.RELEASE" id 'io.spring....
kingrich123's user avatar
1 vote
1 answer
269 views

System.out.println("Enter date of birth (yyyy-MM-dd):"); String dateOfBirth = scanner.nextLine(); DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd"); Date ...
Mansi Bora's user avatar

1
2 3 4 5
21