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, but in the cassandra-cli
`show keyspaces`, it is still 4/32.
After I restart cassandra, threshold by nodetool shows 4/32 again. The
setting is lost.
I tried to use nodetool flush to save the change but it doesn't work.
|