omniCoder77 commented on code in PR #4596:
URL: https://github.com/apache/cassandra/pull/4596#discussion_r2752609520
##########
src/java/org/apache/cassandra/config/DatabaseDescriptor.java:
##########
@@ -5483,6 +5483,19 @@ public static void setUseStatementsEnabled(boolean
enabled)
}
}
+ public static boolean getMispreparedStatementsEnabled()
+ {
+ return conf.misprepared_statements_enabled;
+ }
+
+ public static void setMispreparedStatementsEnabled(boolean enabled)
Review Comment:
Seeing JMX has to be involved in any changes to the config, it's a strong
reason to not to log it here.
Removing if would discard the idempotency too, regardless of official
cassandra sidecar is used or own orchestration tools or kubernetes operators).
However the change will only be of a boolean value, hardly impacting
performance, should I remove if too.
--
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]