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
1
vote
1 answer

nodetool repair fails with snapshot error

When running nodetool repair, the repair fails on the system_auth keyspace with the following log entries: INFO [AntiEntropySessions:5] 2015-03-17 20:00:34,795 RepairSession.java:260 - [repair #460cebb0-cce0-11e4-ba34-299132139fb9] new session:…
Andrew
  • 1,084
  • 2
  • 10
  • 16
1
vote
1 answer

4 node cassandra - skip redundancy?

After much pleading and case building my group got the budget to buy 4 nodes and start a cassandra cluster. Each machine has 3x1Tb drives so I'm wondering whether it's reasonable to skip the 1 way redundancy and mirror the data drive(s) instead. The…
ethrbunny
  • 2,327
  • 4
  • 36
  • 72
1
vote
0 answers

Repairing OpsCenter rollups60 Results in Snapshot Errors

I am running a 6 node cluster using Apache Cassandra 2.1.2 with DataStax OpsCenter 5.0.2 from the AWS EC2 AMI "DataStax Auto-Clustering AMI 2.5.1-hvm" (DataStax Community AMI). When I try to run a repair on the rollups60 column family in the…
pgn674
  • 61
  • 1
  • 3
1
vote
1 answer

Change hostname in datastax-agent

I've noticed when working in Opscenter that all the nodes are displayed with the result of hostname and their IP address. For an ec2 host this is a little redundant since the hostnames look like ip-10-0-0-1. I was hoping to override this node's…
1
vote
1 answer

cassandra setup - uneven load - what did I do wrong?

For the sake of understanding I setup a 4 node cluster using the latest/greatest(released) version of Cassandra. The four nodes were brought up in sequence using almost entirely default settings and seem to be communicating properly. I then created…
ethrbunny
  • 2,327
  • 4
  • 36
  • 72
1
vote
1 answer

Datastax Opscenter 5.0: Getting "InvalidGroup.NotFound" when adding node via AWS

I am getting an "InvalidGroup.NotFound" when trying to add an additional node to my cluster through OpsCenter via AWS. The existing node running OpsCenter is in the VPC and is already using the security group that I'm trying to set on the node I'm…
1
vote
0 answers

VPN load balancing between AWS regions for DataStax cluster

I am testing some DataStax Enterprise clusters in different AWS regions and working on a desirable architecture. Currently - I have one cluster with datacenters in us-east, us-west, and eu-ireland. I am letting region = data center, availability…
LHWizard
  • 546
  • 4
  • 11
1
vote
1 answer

DataStax OpsCenter 5.0.0 API doesn't increase last_seen when nodes down if DataStax OpsCenter Agent is down, used to work with 3.2.2

I've been using the DataStax OpsCenter (Enterprise) 5.0.0 REST API with DSE 4.5.1 (Cassandra 2.0.9) to query the /$cluster_name/nodes endpoint and see the last_seen field for the number of seconds since each given node was seen to see if I can…
1
vote
0 answers

Broken apt trying to install Cassandra

While trying to install Cassandra on Ubuntu 13.10, the installation crashed and now I'm stuck with broken (?) apt-get. Here is the output of an apt-get install -f: Reading package lists... Done Building dependency tree Reading state…
halfwarp
  • 111
  • 1
1
vote
1 answer

Opscenter is unable to install agents due permission denied to /tmp

O am not able to install agents on 10.0.0.29 IP through opscenter. It says below error. The user is pavan and this user is having sudo access. Opscenter is unable to install the agents and I'm not able to use opscenter to monitor the cassandra…
kicksammy
  • 21
  • 3
1
vote
1 answer

Setting-up OpsCenter gives: scp /tmp/.. Permission denied

I'm trying to setup OpsCenter by adding my localhost Cassandra node (for testing). The login credentials I used for SSH has sudo/root rights, nevertheless I get the error: scp: /tmp/tmpXInRfq: Permission denied I can understand that SCP protocol…
1
vote
0 answers

Adding Cassandra Node in OpenShift to Existing Cluster

I have 3 cassandra nodes(S1,S2,S3) which are installed on CentOS 6. Two of them (S1,S2) are in datacenter A and one of them (S3) is in openshift. I am trying to make benchmark test with multiple node clusters in multiple data centers. Cassandra…
efesaid
  • 368
  • 3
  • 5
  • 14
1
vote
1 answer

Opscenter 5.0: User management query

I've installed the free tarball version of opscenter and am having problems with the user management aspect of it. I have authentication enabled via: [authentication] enabled = true ...and can log in as the admin user. However, the rest of the…
d_w_r
  • 11
  • 1
1
vote
1 answer

Opscenter 5.0: error when adding cluster, cluster added anyway, no clusters shown

I have a new Opscenter installation. After adding my "existing cluster" to opscenter, I get the following error dialog boxes: Error creating cluster: Cannot read property 'datasource' of undefined and then Error getting basic OpsCenter information:…
1
vote
1 answer

Cassandra - moving data from multiple nodes to a single node

I need to copy data from 3 nodes to a single node. I know about snapshot command and I was able to successfully copy data from a cluster where each node had 100% data (full replication) to a single-node cluster. But this case I have a cluster with…
PawelRoman
  • 121
  • 6