From 4d31e08299cb80d1c856dcb21f510e887ec2fa59 Mon Sep 17 00:00:00 2001 From: "Raphael S. Carvalho" Date: Fri, 18 Sep 2015 16:56:28 -0300 Subject: [PATCH] conf: reenable partitioner in scylla.yaml It's needed for compaction_delete_test dtest. Otherwise, it will fail with: Missing directive: partitioner Fatal configuration error; unable to start. See log for stacktrace. FAIL ====================================================================== FAIL: compaction_delete_test (compaction_test.TestCompaction_with_SizeTieredCompactionStrategy) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/urchin_world/urchin-dtest/compaction_test.py", line 50, in compaction_delete_test self.assertEqual(numfound, 10) AssertionError: 0 != 10 Signed-off-by: Raphael S. Carvalho --- conf/scylla.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/scylla.yaml b/conf/scylla.yaml index 49da40c1df..87672df758 100644 --- a/conf/scylla.yaml +++ b/conf/scylla.yaml @@ -248,7 +248,7 @@ rpc_port: 9160 # compatibility include RandomPartitioner, ByteOrderedPartitioner, and # OrderPreservingPartitioner. # -# partitioner: org.apache.cassandra.dht.Murmur3Partitioner +partitioner: org.apache.cassandra.dht.Murmur3Partitioner # policy for data disk failures: