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

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
  • 69
  • 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
0
votes
2 answers

CentOS: OpsCenter does not see other node's agent

I'm new with Apache Cassandra. I am trying to install a little sample cluster using two CentOS server. I followed the documentation (Tarball installation) and the nodes are up. However, when I go to OpsCenter, the nodes cannot see each other's agent…
Alice
  • 3
  • 3
0
votes
0 answers

OpsCenter doesn't display disk space

I've looked through multiple forum posts, I've turned on debug et al, and I still cannot for the life of me figure out why the disk space isn't working. ALL other information is filled--except for the disk space. On the Agent logs, I see requests…
Andrew M.
  • 11,182
  • 2
  • 35
  • 29
0
votes
1 answer

Opscenter 4.0.2 and Cassandra 2.0.4 with SSL and Auth : agent can't connect

I setup cassandra with inter-node SSL and client-to-server SSL and basic password auth. No problem using cqlsh or python to connect to cassandra with any certificate as certificate_validation is disabled. My opscenter cluster config is…
Prune
  • 101
  • 2
0
votes
2 answers

Cannot start cassandra: numactl: execution in CentOS 6

I trying to install Datastax Apache Cassandra with OpenJDK # java -version java version "1.7.0_51" OpenJDK Runtime Environment (rhel-2.4.4.1.el6_5-x86_64 u51-b02) OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode) # mkdir -p /var/log/cassandra…
shakaran
  • 356
  • 1
  • 7
  • 19
0
votes
1 answer

Cassandra native port 9042 slow on ec2 while 9160 is fine

I have a 5 node Cassandra cluster set up on EC2, all in the same region. If I connect over cqlsh (9160), queries respond in under a second. When I connect via Dev Center, or using the native Java Driver, both of which use port 9042, the queries…
felbus
  • 153
  • 7
0
votes
1 answer

What does Opscenter's 'Write Requests' count shown as ops/sec exactly mean?

I have started understanding and working with cassandra recently. I have created two Column Families. For CF1, a write is an insert into a unique row with all column values. Eg: Sequence of insert operations could be like this : Key Col1 Col2…
Arun K
  • 3
  • 4
0
votes
3 answers

DataStax Opscenter Agent can't connect: "Unable to locate cassandra.yaml configuration file"

I have installed Datastax Community Edition v2.0.3 on a Windows Server 2012 R2 Datacenter machine. After a vanilla install, I can't connect to the database with OpsCenter because the agent failed to start: it says "0 of 1 agents connected" in the…
Rik
  • 141
  • 1
  • 9
0
votes
1 answer

Datastax OpsCenter 3.1.1 Agent JMX Authentication Error

I am using opscenter 3.1.1 and just enabled JMX username/password authentication on my Cassandra cluster. I think I've updated all my opscenter configs correctly to force the agents to use JMX auth, but it is not working. I've updated the config…
0
votes
1 answer

0 connected nodes in datastax opscenter

Installed opscenterd on the separate node outside of the cluster, but within firewall ( aws security group ). Tested all possible ports between agents and opcenter server. No errors in the log.. 2013-10-30 01:07:23+0000 [FC_Cluster] INFO:…
gansbrest
  • 835
  • 2
  • 9
  • 17
0
votes
1 answer

Trying to install datastax opscenter - Failed to load application: cannot import name _parse

I'm not familiar with python, maybe someone could explain what's going on here? ec2-user@prod-opscenter-01:~ % java -version java version "1.7.0_45" Java(TM) SE Runtime Environment (build 1.7.0_45-b18) Java HotSpot(TM) 64-Bit Server VM (build…
gansbrest
  • 835
  • 2
  • 9
  • 17
0
votes
1 answer

Install DataStax Ops Center EC2

DataStax Ops Center EC2 multi region setup, with 2 nodes in us-east-1 and 2 in us-west-1 Ops center is installed on a separate ec2 instance, and can see the cluster, but I cannot get the agents installed. Looking at one instance, in…
Peter
  • 103
  • 1
0
votes
1 answer

Rsyncable Snappy?

I have some massive Cassandra clusters that I'm maintaining on EC2. Backups offsite take a long time as the snapshots have to be tar-ed and gzip-ed and pushed over the network from the EC2 instance to EBS. My question is whether we can decrease…
jennykwan
  • 141
  • 7