You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2011/07/12 21:21:48 UTC

svn commit: r1145729 - /cassandra/branches/cassandra-0.8/examples/client_only/conf/cassandra.yaml

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