Re: Compaction threshold does not save with nodetool

2011-04-06 Thread Sheng Chen
ou have to use the cli and the > ‘update column family X with min_compaction_threshold=Y and > max_compaction_threshold=X’ command. > > > > Dan > > > > *From:* Sheng Chen [mailto:chensheng2...@gmail.com] > *Sent:* April-06-11 1:42 > *To:* user@cassandra.apache

RE: Compaction threshold does not save with nodetool

2011-04-06 Thread Dan Hendry
d. Dan From: Sheng Chen [mailto:chensheng2...@gmail.com] Sent: April-06-11 1:42 To: user@cassandra.apache.org Subject: Compaction threshold does not save with nodetool Cassandra 0.7.4 # nodetool -h localhost getcompactionthreshold Keyspace1 Standard1 min=4 max=32 # nodetool -h

Compaction threshold does not save with nodetool

2011-04-05 Thread Sheng Chen
Cassandra 0.7.4 # nodetool -h localhost getcompactionthreshold Keyspace1 Standard1 min=4 max=32 # nodetool -h localhost setcompactionthreshold Keyspace1 Standard1 0 0 # nodetool -h localhost getcompactionthreshold Keyspace1 Standard1 min=0 max=0 Now the thresholds have changed on the JMX pannel,