Author: jbellis
Date: Tue Sep 21 15:16:44 2010
New Revision: 999458

URL: http://svn.apache.org/viewvc?rev=999458&view=rev
Log:
RowWarningThresholdInMB=64 in sample configuration.  patch by jbellis

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

Modified: cassandra/branches/cassandra-0.6/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.6/CHANGES.txt?rev=999458&r1=999457&r2=999458&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.6/CHANGES.txt (original)
+++ cassandra/branches/cassandra-0.6/CHANGES.txt Tue Sep 21 15:16:44 2010
@@ -27,6 +27,7 @@
  * fix replaying the last mutation in a commitlog unnecessarily 
(CASSANDRA-1512)
  * invoke getDefaultUncaughtExceptionHandler from DTPE with the original
    exception rather than the ExecutionException wrapper (CASSANDRA-1226)
+ * RowWarningThresholdInMB=64 in sample configuration
 
 
 0.6.5

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=999458&r1=999457&r2=999458&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.6/conf/storage-conf.xml (original)
+++ cassandra/branches/cassandra-0.6/conf/storage-conf.xml Tue Sep 21 15:16:44 
2010
@@ -282,12 +282,13 @@
   <DiskAccessMode>auto</DiskAccessMode>
 
   <!--
-   ~ Size of compacted row above which to log a warning.  (If compacted
-   ~ rows do not fit in memory, Cassandra will crash.  This is explained
+   ~ Size of compacted row above which to log a warning.  If compacted
+   ~ rows do not fit in memory, Cassandra will crash.  (This is explained
    ~ in http://wiki.apache.org/cassandra/CassandraLimitations and is
-   ~ scheduled to be fixed in 0.7.)
+   ~ scheduled to be fixed in 0.7.)  Large rows can also be a problem
+   ~ when row caching is enabled.
   -->
-  <RowWarningThresholdInMB>512</RowWarningThresholdInMB>
+  <RowWarningThresholdInMB>64</RowWarningThresholdInMB>
 
   <!--
    ~ Buffer size to use when performing contiguous column slices. Increase


Reply via email to