Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 5dc04e741 -> c70daa8ed
ninja fix: raise default concurrent compactors to 4 to avoid LCS test timeout Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3958fc45 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3958fc45 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3958fc45 Branch: refs/heads/cassandra-2.1 Commit: 3958fc4592b2263f8e8db1f027f9d84b9f365b05 Parents: 4c9afde Author: Jake Luciani <j...@apache.org> Authored: Tue Jul 1 14:39:12 2014 -0400 Committer: Jake Luciani <j...@apache.org> Committed: Tue Jul 1 14:39:12 2014 -0400 ---------------------------------------------------------------------- test/conf/cassandra.yaml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/3958fc45/test/conf/cassandra.yaml ---------------------------------------------------------------------- diff --git a/test/conf/cassandra.yaml b/test/conf/cassandra.yaml index 26d0ee5..43995e6 100644 --- a/test/conf/cassandra.yaml +++ b/test/conf/cassandra.yaml @@ -33,4 +33,5 @@ server_encryption_options: truststore: conf/.truststore truststore_password: cassandra incremental_backups: true +concurrent_compactors: 4 compaction_throughput_mb_per_sec: 0