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
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
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,