You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2021/12/16 22:55:09 UTC

[GitHub] [cassandra] adelapena commented on a change in pull request #1366: CASSANDRA-17154 trunk: Guardrail to disable read-before-write list operations

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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org