maedhroz commented on code in PR #2961:
URL: https://github.com/apache/cassandra/pull/2961#discussion_r1420867733
##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -897,6 +897,9 @@ public static void setClientMode(boolean clientMode)
public volatile int maximum_replication_factor_fail_threshold = -1;
public volatile boolean zero_ttl_on_twcs_warned = true;
public volatile boolean zero_ttl_on_twcs_enabled = true;
+ public volatile boolean non_partition_key_restricted_query_enabled = true;
+ public volatile int
maximum_referenced_indexes_for_non_paritition_key_restricted_query_warn_threshold
= 32;
+ public volatile int
maximum_referenced_indexes_for_non_paritition_key_restricted_query_fail_threshold
= -1;
Review Comment:
Whatever we settle on, naming here needs to agree w/ `cassandra.yaml` and
`validateMaxLongThreshold()` argument in `GuardrailsOptions`
--
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]