Author: jbellis
Date: Tue Jul 12 19:21:48 2011
New Revision: 1145729
URL: http://svn.apache.org/viewvc?rev=1145729&view=rev
Log:
r/m commitlog_rotation_threshold_in_mb from examples/client_only
Modified:
cassandra/branches/cassandra-0.8/examples/client_only/conf/cassandra.yaml
Modified:
cassandra/branches/cassandra-0.8/examples/client_only/conf/cassandra.yaml
URL:
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.8/examples/client_only/conf/cassandra.yaml?rev=1145729&r1=1145728&r2=1145729&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.8/examples/client_only/conf/cassandra.yaml
(original)
+++ cassandra/branches/cassandra-0.8/examples/client_only/conf/cassandra.yaml
Tue Jul 12 19:21:48 2011
@@ -77,9 +77,6 @@ commitlog_directory: /var/lib/cassandra/
# saved caches
saved_caches_directory: /var/lib/cassandra/saved_caches
-# Size to allow commitlog to grow to before creating a new segment
-commitlog_rotation_threshold_in_mb: 128
-
# commitlog_sync may be either "periodic" or "batch."
# When in batch mode, Cassandra won't ack writes until the commit log
# has been fsynced to disk. It will wait up to