dcapwell commented on code in PR #4503: URL: https://github.com/apache/cassandra/pull/4503#discussion_r2599588541
########## conf/cassandra.yaml: ########## @@ -1990,6 +1990,10 @@ transparent_data_encryption_options: # SAFETY THRESHOLDS # ##################### +# Log the query if it reads more than +# sstables_per_read_log_threshold SSTables +sstables_per_read_log_threshold: 100 Review Comment: how do we disable this feature? features should be off by default (in this case i think its fine) and should have a way to disable it -- 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]

