diff --git a/src/java/org/apache/cassandra/schema/KeyspaceParams.java b/src/java/org/apache/cassandra/schema/KeyspaceParams.java index ab7575c89f..0632917fbc 100644 --- a/src/java/org/apache/cassandra/schema/KeyspaceParams.java +++ b/src/java/org/apache/cassandra/schema/KeyspaceParams.java @@ -141,7 +141,7 @@ public final class KeyspaceParams public static KeyspaceParams simpleWitness(String replicationFactor) { - return new KeyspaceParams(false, ReplicationParams.simple(replicationFactor), FastPathStrategy.simple(), ReplicationType.tracked); + return new KeyspaceParams(true, ReplicationParams.simple(replicationFactor), FastPathStrategy.simple(), ReplicationType.tracked); } public static KeyspaceParams simpleTransient(int replicationFactor)