You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2014/01/27 23:24:23 UTC

git commit: clarify yaml comment about commitlog_periodic_queue_size

Updated Branches:
  refs/heads/trunk 680f2bda4 -> 1218bcacb


clarify yaml comment about commitlog_periodic_queue_size


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1218bcac
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1218bcac
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1218bcac

Branch: refs/heads/trunk
Commit: 1218bcacba7edefaf56cf8440d0aea5794c89a1e
Parents: 680f2bd
Author: Brandon Williams <br...@apache.org>
Authored: Mon Jan 27 16:22:30 2014 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Mon Jan 27 16:22:30 2014 -0600

----------------------------------------------------------------------
 conf/cassandra.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/1218bcac/conf/cassandra.yaml
----------------------------------------------------------------------
diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml
index 885d28d..bdbb9ff 100644
--- a/conf/cassandra.yaml
+++ b/conf/cassandra.yaml
@@ -198,9 +198,9 @@ saved_caches_directory: /var/lib/cassandra/saved_caches
 #
 # the other option is "periodic" where writes may be acked immediately
 # and the CommitLog is simply synced every commitlog_sync_period_in_ms
-# milliseconds.  By default this allows 1024*(CPU cores) pending
-# entries on the commitlog queue.  If you are writing very large blobs,
-# you should reduce that; 16*cores works reasonably well for 1MB blobs.
+# milliseconds.  commitlog_periodic_queue_size allows 1024*(CPU cores) pending
+# entries on the commitlog queue by default.  If you are writing very large
+# blobs, you should reduce that; 16*cores works reasonably well for 1MB blobs.
 # It should be at least as large as the concurrent_writes setting.
 commitlog_sync: periodic
 commitlog_sync_period_in_ms: 10000