smiklosovic commented on code in PR #4596:
URL: https://github.com/apache/cassandra/pull/4596#discussion_r2749170556
##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -665,6 +665,8 @@ public static class SSTableConfig
public volatile boolean use_statements_enabled = true;
+ public volatile boolean use_misprepare_statements_enabled = false;
Review Comment:
move this to the section where all other guardrail options are specified so
they are all to be found together, also consider to rename it to
"misprepared_statements_enabled" for brevity
--
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]