> What are the other ways to stop Cassandra?

nodetool disablegossip
nodetool disablethrift
# wait for a bit until no one is sending it writes anymore
nodetool flush # only relevant if in periodic mode
# then kill it

> What's the difference between batch vs periodic?

Search for "batch" on http://wiki.apache.org/cassandra/StorageConfiguration

-- 
/ Peter Schuller (@scode on twitter)

Reply via email to