From a04fa0b41e013ca68cc09af6316b4bffd2eb7c19 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 14 Sep 2023 15:27:33 +0800 Subject: [PATCH] conf: update commented out experimental_features update commented out experimental_features to reflect the latest experimental features: - in 4f23eec4, "raft" was renamed to "consistent-topology-changes". - in 2dedb5ea, "alternator-ttl" was moved out of experimental features. - in 5b1421cc, "broadcast-tables" was added to experimental features. Signed-off-by: Kefu Chai Closes scylladb/scylladb#15407 --- conf/scylla.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/scylla.yaml b/conf/scylla.yaml index 032614c1b7..de78cfe44c 100644 --- a/conf/scylla.yaml +++ b/conf/scylla.yaml @@ -278,8 +278,9 @@ batch_size_fail_threshold_in_kb: 1024 # experimental_features: # - udf # - alternator-streams -# - alternator-ttl -# - raft +# - consistent-topology-changes +# - broadcast-tables +# - keyspace-storage-options # - tablets # The directory where hints files are stored if hinted handoff is enabled.