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

209 questions
0
votes
2 answers

Cassandra NetworkTopologyStrategy

I would like to configure the following multi-datacenter Cassandra cluster: DC-EUROPE has 3 Cassandra nodes (1.1.1.1, 1.1.1.2, 1.1.1.3) DC-ASIA has 3 Cassandra nodes (2.2.2.1, 2.2.2.2, 2.2.2.3) Each DC has an eventually consistent full-copy (1:1)…
Mark
  • 442
  • 5
  • 12
0
votes
1 answer

Installing tablesnap

I'm trying to install tablesnap in my Cassandra servers, following what I have found in the Jeremy Grosser's Github repo tablesnap but I am not able to do it. I'm not a system administrator and I'm sure this is related with my ignorance but I have…
Janbalik
  • 101
  • 1
0
votes
1 answer

OpsCenter 5.1.2 fails to start with SSL enabled on CentOS 5

This applies to OpsCenter 5.1.0 and 5.1.1 as well. I got the following error when trying to run OpsCenter 5.1.2 on a CentOS 5 server: Unhandled Error Traceback (most recent call last): File…
Gene
  • 3,633
  • 19
  • 39
0
votes
1 answer

datastax opscenter - how is 'storage capacity' determined?

I installed the OS version this recently (5.0.2) and am wondering about this graph. To date I've had a hard time finding a metric for 'cluster capacity' when it comes to Cassandra. Magically, datastax seems to have an answer. How?
ethrbunny
  • 2,327
  • 4
  • 36
  • 72
0
votes
0 answers

Opscenter is connected to datastax agents but no data available

We installed opscenter and datastax agents on a cluster with private network through datastax community packages. Configurations seems to be ok and we don't have connectivity issues on jmx or stomp. Just one error occured linked to df command…
dal
  • 1
  • 2
0
votes
1 answer

How to avoid constant schema disagreement flapping in Cassandra?

We have a 3 node Cassandra cluster with a small amount of data on 'em (about 2.3GB total). The nodes are hosted on GCE and each have four cores and 16GB memory. We're running the Debian package build of Cassandra 2.1.1. The lone keyspace we have…
0
votes
1 answer

Which direction does `nodetool repair` go?

Let's say I log into a Cassandra node X and issue nodetool repair. Will I only repair the data residing on X? Or will I also automatically repair all other nodes that have replicas of what X holds (that is, reconsile data inconsistencies two-way)?
Ztyx
  • 1,365
  • 3
  • 13
  • 27
0
votes
2 answers

Agent connected to Opscenter but no data available

I'm currently running Cassandra, the OpsCenter, and the OpsCenter agent all on my dev Windows box. The agent is successfully connected to OpsCenter and I can see it listed there along with the amount of disk space it is using. However, no other…
0
votes
1 answer

Can't get datastax-agent to run on a new node

I'm trying to install the datastax-agent on a new CentOS node (there are 3 other nodes currently up and running correctly). After installing the datastax-agent via the Opscenter UI it appears to install but still claims only 3 of 4 agents are…
0
votes
1 answer

Cassandra: when to add capacity?

How does one know when it's time to add capacity to a cassandra cluster? Error msgs? Performance? Some other tell-tale sign? Since capacity planning with Cassandra is a (seemingly) black art knowing where to start and when to grow could be somewhat…
ethrbunny
  • 2,327
  • 4
  • 36
  • 72
0
votes
1 answer

Multiple data centers and DataStax OpsCenter

Multiple questions regarding DataStax OpsCenter. I am evaluating for our use OpsCenter 5.0.1 I am able to build a cassandra cluster using opscenter sucessfully. However, all nodes belong to one datacenter. How can I build a cluster with multiple…
vishr
  • 103
  • 1
0
votes
4 answers

azure endpoint for cassandra does not work for ports 7000, 7001, 7199

I have setup apache cassandra on a centos7 compatible linux machine in azure. I can telnet directly to port 7000, etc on the IP address on the machine, however I cannot telnet to that same port from the outside. Port 22 works fine as an endpoint,…
0
votes
1 answer

How to copy perf graphs from one user to another in datastax OpsCenter?

I have lots of perf graphs in datastax OpsCenter under my "admin" user. I've created a new read-only user that i can let anyone in the company use, but how do i copy all the already configured perf graphs from the existing user into the new? Is…
mck
  • 101
  • 2
0
votes
1 answer

OpsCenter 5.0: No Data on Dashboard Graphs

I have an OpsCenter 5.0 instance running and 10 agents connected. The agents are in 2 regions in AWS, so everything is using external addresses to communication. All the necessary ports are open, and in fact, the OpsCenter dashboard says "All…
jd1
  • 59
  • 1
  • 6
0
votes
1 answer

Opscenter 4.1.4: Authentication failing

I'm getting authentication errors when starting the opscenter agents on each of my cassandra (v1.2.5) nodes: INFO [main] 2014-07-23 12:18:03,880 Starting Stomp INFO [main] 2014-07-23 12:18:03,881 SSL communication is disabled INFO [main] 2014-07-23…
d_w_r
  • 11
  • 1