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 2010/07/08 16:12:51 UTC

svn commit: r961777 - /cassandra/branches/cassandra-0.6/conf/storage-conf.xml

Author: jbellis
Date: Thu Jul  8 14:12:50 2010
New Revision: 961777

URL: http://svn.apache.org/viewvc?rev=961777&view=rev
Log:
r/m recommendation to increase MemtableFlushAfterMinutes to 1440.  patch by jbellis

Modified:
    cassandra/branches/cassandra-0.6/conf/storage-conf.xml

Modified: cassandra/branches/cassandra-0.6/conf/storage-conf.xml
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.6/conf/storage-conf.xml?rev=961777&r1=961776&r2=961777&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.6/conf/storage-conf.xml (original)
+++ cassandra/branches/cassandra-0.6/conf/storage-conf.xml Thu Jul  8 14:12:50 2010
@@ -334,8 +334,7 @@
    ~ commit log segment, that segment cannot be deleted.)
    ~ This needs to be large enough that it won't cause a flush storm
    ~ of all your memtables flushing at once because none has hit
-   ~ the size or count thresholds yet.  For production, a larger
-   ~ value such as 1440 is recommended.
+   ~ the size or count thresholds yet.
   -->
   <MemtableFlushAfterMinutes>60</MemtableFlushAfterMinutes>