Re: Possible bug in Cassandra 1.1.1 with NTS

2012-06-11 Thread Nick Bailey
> I don't know why I got no error in 1.0.8 with PropertyFileSnitch in > cassandra.yaml and wrong syntax in cassandra-topology.properties. > Not sure either. > PS: I had to change JVM_OPTS in /etc/cassandra/cassandra-env.sh to use 160k > instead 128k. This has not been fixed? Still marked as unre

Re: Possible bug in Cassandra 1.1.1 with NTS

2012-06-11 Thread Carlo Pires
I forgot to change cassandra.yaml to use PropertyFileSnitch AND cassandra-topology syntax was incorrect. Thanks, Nick. I don't know why I got no error in 1.0.8 with PropertyFileSnitch in cassandra.yaml and wrong syntax in cassandra-topology.properties. PS: I had to change JVM_OPTS in /etc/cassand

Re: Possible bug in Cassandra 1.1.1 with NTS

2012-06-11 Thread Nick Bailey
The property file snitch isn't used by default. Did you change your cassandra.yaml to use PropertyFileSnitch so it reads cassandra-topology.properties? Also the formatting in your dc property file isn't right. It should be '=:'. So: 127.0.0.1=dc-test:my-notebook On Mon, Jun 11, 2012 at 1:49 PM,

Possible bug in Cassandra 1.1.1 with NTS

2012-06-11 Thread Carlo Pires
Just installed cassandra 1.1.1 and run: root@carlo-laptop:/tmp# cassandra-cli -h localhost Connected to: "Test Cluster" on localhost/9160 Welcome to Cassandra CLI version 1.1.1 Type 'help;' or '?' for help. Type 'quit;' or 'exit;' to quit. [default@unknown] create keyspace accounts ... with