Questions tagged [cassandra]

Apache Cassandra is an open source distributed key-value database cluster, designed to scale linearly when adding nodes. It provides multi-datacenter replication.

It was designed to handle very large amounts of data spread out across many commodity servers while providing a highly available service with no single point of failure. It is a NoSQL solution that was initially developed by Facebook and powered their Inbox Search feature until late 2010.

Official page

Source: wikipedia

214 questions
0
votes
1 answer

opscenter "services" tab greyed out

Was hoping to set up an s3 snapshot with my cassandra cluster running opscenter 5.2.4/Cassandra 2.2.7 but for some reason the services menu is greyed out. Cluster stats and information seem fine so it can at least connect to all my nodes. Anyone…
Ethan Shrago
  • 101
  • 1
  • 8
0
votes
2 answers

Docker swarm and volumes

Considering Docker 1.12. I understand that volumes are not per say portable across the swarm and that solutions like Flocker would be better for larger clusters. Nevertheless, is the option I describe below acceptable for my setup? Setup A swarm…
Cedric H.
  • 159
  • 1
  • 8
0
votes
0 answers

Cassandra hang on startup

I'm running cassandra 3.0.6 and i'm seeing it hang when i start the cassandra service about 1/4 of the time. Is anyone else seeing this? Has anyone else had this problem? I end up having to restart the system during the startup process which…
Highstead
  • 214
  • 1
  • 7
0
votes
1 answer

How to install old version of datastax-agent for opscenter in cassandra

when i am trying to manually install agents through yum latest version of agent is getting installed rather than the version i am currently using, how can i install the version of agent i want do i need to specify anything in datastax repo ?? I…
0
votes
1 answer

how to read statistics.db and summary.db file in cassandra

i am trying to read the Statistics.db file and summary.db file but i couldn't read I want to know what is the data that will be stored in it, any specific format. if so what is the format and what data regarding partition it stores. how can i…
0
votes
1 answer

Cassandra 3.x on Kubernetes 1.2-release (5 cassandra nodes)

Has anyone been able to get cassandra 3.x running on kubernetes? cassandra 2.1.13 runs great but 3.3 is have trouble talking to other cassandra nodes. My yamls are the same except for the container. I just upgraded…
user2363318
  • 361
  • 1
  • 3
  • 11
0
votes
1 answer

why is nodetool (cassandra single node) throwing NameNotFoundException: 'jmxrmi'?

Ubuntu 14.04 3.19.0-30-generic running cassandra 3.0.2. and oracle java version "1.8.0_72" i can see the port listening: 127.0.0.1:7199 0.0.0.0:* LISTEN 26048/java when i try checking status: nodetool status …
0
votes
1 answer

Adding a new node to a Cassandra deployment

I have a basic Cassandra deployment that contains a single node. I want to add a second node to the deployment, and I want clients to have access to the same data regardless of which node they happen to be talking with (i.e. inside of a given…
aroth
  • 393
  • 3
  • 9
0
votes
1 answer

Cassandra JMX doc pointers

Any good starting URL/pointers for reading up on what could be monitored through JMX on cassandra 2.0? Think off pull data into an existing ELK stack from JMX on new Cassandra clusters, but never really dealt with JMX before.
0
votes
1 answer

How to start large cluster in reasonable time?

I have to start a large cassandra cluster and starting one node at a time will be painful. I don't want to set cassandra.consistent.rangemovement=false permanently but is there a way to set it only for the first start.
Usman Ismail
  • 105
  • 1
  • 8
0
votes
1 answer

Cassandra security using openssl (not keytool)

I saw Cassandra documentation. http://docs.datastax.com/en/cassandra/2.1/cassandra/security/secureSSLCertificates_t.html I found this line "SSL certificates must be generated using keytool". But I have my self-signed CA (easy-rsa openSSL), that is…
Mark Taylor
  • 121
  • 2
0
votes
1 answer

Cassandra adding new datacenter in runing cluster

I am using cassandra dse 4.7, 3 node running cluster with one data center, now we are planning to add another data center with 3 nodes. I followed the steps mentioned…
Rajnish
  • 101
  • 4
0
votes
1 answer

How to solve ConfigurationException: Missing required directive CommitLogSync while configuring a multi node Cassandra cluster on Centos7?

Aim: to configure a multi node Cassandra cluster on Centos7 Method This documentation is used to configure a multi node Cassandra cluster. [user@cassandra01 ~]$ cat /etc/cassandra/conf/cassandra.yaml cluster_name: 'MyCassandraCluster' num_tokens:…
030
  • 5,901
  • 13
  • 68
  • 110
0
votes
1 answer

Why can't I create nodes on EC2 default network with OpsCenter 5.2.1?

I've had to update our DataStax OpsCenter service from 5.1.3 to 5.2.1 because when I tried to add a new node to our Cassandra Cluster (DSE 4.6.6 on Amazon EC2) it said that "No nodes were available to retrieve a configuration from." Updating to…
0
votes
1 answer

How to scale Cassandra cluster vertically

I have a 3 node Cassandra cluster which I set up a year ago and it is getting quite slow now. It is much cheaper for me to scale vertically than it would be to scale horizontally ( I received free RAM and new gigabit nic cards which I want to put…
user2924127
  • 111
  • 3