mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
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 <raphaelsc@cloudius-systems.com>
This commit is contained in:
committed by
Avi Kivity
parent
4c890fb207
commit
4d31e08299
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user