michaelsembwever commented on code in PR #2199: URL: https://github.com/apache/cassandra/pull/2199#discussion_r1129659252
########## conf/cassandra.yaml: ########## @@ -1805,3 +1805,10 @@ drop_compact_storage_enabled: false # heartbeat_file: /var/lib/cassandra/data/cassandra-heartbeat # excluded_keyspaces: # comma separated list of keyspaces to exclude from the check # excluded_tables: # comma separated list of keyspace.table pairs to exclude from the check + +sstable_compressor: +# Defines the compression params used to read/write the sstables. If undefined the old default is used. Review Comment: ```suggestion # Defines the compression params used to read/write the sstables. If undefined the default is LZ4 with 16kb chunk length. To disable compression set `class_name: None` ``` And `class_name: None` doesn't look to be implemented yet… -- 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]

