Claudenw commented on code in PR #2254:
URL: https://github.com/apache/cassandra/pull/2254#discussion_r1182294907
##########
conf/cassandra.yaml:
##########
@@ -566,6 +566,48 @@ commitlog_segment_size: 32MiB
#
# flush_compression: fast
+#
+sstable_compressor:
Review Comment:
fixed
##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -1087,6 +1087,9 @@ public static PaxosStatePurging fromBoolean(boolean
enabled)
public volatile long min_tracked_partition_tombstone_count = 5000;
public volatile boolean top_partitions_enabled = true;
+ @Nullable
+ public ParameterizedClass sstable_compressor;
Review Comment:
fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]