Re: Cluster Installation Verification

2011-04-26 Thread aaron morton
Does not look like there is much data in there :) Also don't forget to use the datatype functions in the cli to match what your app is doing, see help for more details. e.g. get MyCf[uuid('something-that-looks-llike-a-uuid')] Also the ring is unbalanced (the Owns column), you will want to assig

Re: Cluster Installation Verification

2011-04-26 Thread Brad Willard
The setup is 10.11.6.9 as the seed and the other three nodes bootstrapped. I attached two cassandra.yaml files, the config of the seed, and the config of one of the cluster nodes. Ring output /opt/cassandra/apache-cassandra-0.7.4# ./bin/nodetool -h 10.11.6.9 ring Address Status State Loa

Re: Cluster Installation Verification

2011-04-26 Thread Jonathan Colby
What replication strategy did you use? how does the ring look? were the newly added nodes bootstrapped? is 1 or more nodes listed as a seed? Lots of questions. but maybe you could post your cassandra.yaml here and we can take a look at it. The output of nodetool ring would also be good. Jon

Cluster Installation Verification

2011-04-26 Thread Brad Willard
I'm trying to setup a cassandra cluster with 0.7.4 on 4 nodes. I initially did a single server test that went beautifully with a test that inserted 16 million rows with no issues. However when I tried to create a 4 node cluster I've been seeing weird behavior. I seem to be able to run my same test