adelapena commented on a change in pull request #1366:
URL: https://github.com/apache/cassandra/pull/1366#discussion_r770976402



##########
File path: conf/cassandra.yaml
##########
@@ -1607,3 +1607,6 @@ enable_drop_compact_storage: false
 #         disallowed: []
 # Guardrail to allow/disallow user-provided timestamps. Defaults to true.
 #     user_timestamps_enabled: true
+# Guardrail to allow/disallow list operations that require read before write, 
i.e. setting list element by index and
+# removing list elements by either index or value. Defaults to true.
+#     read_before_write_list_operations_enabled: true

Review comment:
       The guardrail is also disabled locally. Here `true` means that read 
before write operations are enabled as usual, so the guardrail isn’t having any 
effect.




-- 
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]

Reply via email to