aparnanaik0522 opened a new pull request, #4393: URL: https://github.com/apache/cassandra/pull/4393
Add DDL Guardrail enabling administrators to disallow creation/modification of key spaces with durable_writes = false This change implements a guardrail to disallow creation or alteration of key spaces to set the property durable_writes = false; durable_writes = true or unset should be the only allowable options for this property when enabled. patch by Aparna Naik; reviewed by <Reviewers> for CASSANDRA-20913 Co-authored-by: Name1 <email1> Co-authored-by: Name2 <email2> -- 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]

