smiklosovic commented on code in PR #2199: URL: https://github.com/apache/cassandra/pull/2199#discussion_r1129958472
########## 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: nit: sstables -> SSTables -- 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]

