20,934 questions
0
votes
0
answers
5
views
Cassandra DB version end of support timelines
I would like to know if there is any documentation which clearly mention about cassandra version end of support timelines. All i can identify is cassandra maintained latest 3 major version which are 5....
1
vote
1
answer
30
views
Cassandra Connecting with SSL .crt,.key file using Java throwing bad certificate error
I'm trying to connect to Cassandra with SSL authentication using Spring Boot.
When I tried to connect to Cassandra using the cqlsh terminal with .crt and .key file it connected,
but when I tried in ...
2
votes
1
answer
32
views
ScyllaDB, throttling for compaction
I would like to define throttling for compaction in ScyllaDB, but I did not see this setting in scylla.yaml file. I only saw this option for Apache Cassandra in cassandra.yaml file, see the setting:
# ...
0
votes
1
answer
14
views
seperate cassandra multi dc cluster into standalone cluster
We have multi DC cassandra cluster( 2DCs and 15 nodes each). There is a requirement came like split the cluster into two standalone clusters and keep some keyspaces in cluster1 and some keyspaces in ...
0
votes
0
answers
33
views
Cassandra query TIMEOUT although querying with PARTITION KEY and CLUSTERING ORDER BY
Context/Version
Apache Cassandra 3.11.13
CQL spec 3.4.4
Native protocol v4
I have a table with the following definition:
CREATE TABLE table_1 (
id uuid,
entity_id uuid,
event_timestamp ...
1
vote
0
answers
28
views
gocql no response received from cassandra within timeout period
cassandra DB and golang application are deployed in AWS EKS.
We are frequently getting "gocql: no response received from cassandra within timeout period". While executing multiple queries ...
0
votes
1
answer
33
views
Java 17 Support for Cassandra 5
I have a question about what "support" means for JDK17 with Cassandra.
From the research I have done, Java 17 is supported in Cassandra 5.x, albeit experimentally.
https://cassandra.apache....
0
votes
0
answers
40
views
How to efficiently divide a big Cassandra table for ETL migration
I have a big Cassandra table, which has about 10TB of total size and contains user transactional data.
Table schema is basically 1 primary (partition key) as tx_id and 1 clustering key as tx_time, and ...
0
votes
0
answers
19
views
Cassandra range query performance with and without clustering key
In Cassandra DB, is there any performance differences if I do a range query on clustering key column vs non clustering key column using token range?
SELECT * FROM table
WHERE token(partition_key) >=...
1
vote
1
answer
40
views
Cassandra node stuck in mutation stage and CPU utilization is very high
Cassandra node is stuck in the mutation stage and CPU utilization is very high.
Could you please advise on how to resolve the issue?
$ NODETOOL tpstats
Pool Name Active Pending ...
0
votes
1
answer
68
views
Issues installing Cassandra on Amazon Linux 3 with Amazon Corretto 8
I'm trying to install Cassandra 4.1.8 on Amazon Linux 3, and it fails due to the below error.
I did install amazon version of java 1.8 - but that doesn't come with the headless package.
Has anyone run ...
0
votes
0
answers
37
views
Run/debug configuration for Apache Cassandra 5.0 build not found in Intellij
I want to run Apache cassandra codebase locally and setup its run/debug configuration based on (https://cassandra.apache.org/_/development/ide.html#:~:text=in%20Testing%20section.-,Setting,-up%...
2
votes
1
answer
63
views
use ScyllaDB with PHP- Swoole
I am new to backend ,but I plan to have back end that can handle ~100k concurrent connections. I found that PHP-swoole is much faster than others , eg node-js. For database part, based on web search ,...
0
votes
1
answer
25
views
Unable to query table after bulk-loading data, MmappedRegions.java returns AssertionError
I'm running Cassandra 5.0.2 on a single node and loading many gigabytes of text data into a table with a columns (key bigint, value text) through a Python program.
Anytime I load large amounts of data,...
1
vote
1
answer
87
views
Running cqlsh on Ubuntu 24.04 returns "ModuleNotFoundError: No module named 'cqlshlib.serverversion'"
I recently upgraded my Ubuntu from 22.04 to 24.04 using the Ubuntu upgrade, and now when I tried cqlsh it gives me following error:
Traceback (most recent call last):
File "/usr/bin/cqlsh.py&...