adelapena commented on code in PR #2649:
URL: https://github.com/apache/cassandra/pull/2649#discussion_r1318382243
##########
conf/cassandra.yaml:
##########
@@ -1889,6 +1889,9 @@ drop_compact_storage_enabled: false
# Guardrail to allow/disallow DROP KEYSPACE statements
# drop_keyspace_enabled: true
#
+# Guardrail to allow/disallow bulk load of SSTables
+# bulk_load_enabled: true
Review Comment:
Can we add a note about the new guardrail in `NEWS.txt`? It seems it would
be the very first new feature in 5.1 :)
It could look like:
```
5.1
===
New features
------------
- New Guardrails added:
- Whether bulk loading of sstables is allowed.
```
--
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]