dcapwell commented on code in PR #4231:
URL: https://github.com/apache/cassandra/pull/4231#discussion_r2255461873


##########
conf/jvm-server.options:
##########
@@ -43,6 +43,20 @@
 # The directory location of the cassandra.yaml file.
 #-Dcassandra.config=directory
 
+# Allow cassandra.yaml settings to be overriden via JVM properties
+# When this setting is enabled, cassandra.yaml settings can be overriden via 
JVM properties in the format -Dcassandra.settings.<cassandra_yaml_property_name>
+# For example, override cassandra.yaml property 'cdc_enabled' via JVM property 
-Dcassandra.settings.cdc_enabled
+# Nested properties can be specified using '.' as separator, for example: 
-Dcassandra.settings.replica_filtering_protection.cached_rows_warn_threshold
+# Complex property values should be specified as a JSON string, for example: 
-Dcassandra.settings.table_properties_warned="[\"sstable_preemptive_open_interval_in_mb\",
 \"index_summary_resize_interval_in_minutes\"]"
+#-Dcassandra.config.allow_system_properties=false
+
+# Allow cassandra.yaml settings to be overriden via environment variables
+# When this setting is enabled, cassandra.yaml settings can be overriden via 
environment variables in the format 'CASS_<CASSANDRA_YAML_PROPERTY_NAME>'
+# For example, override cassandra.yaml property 'cdc_enabled' via JVM property 
'CASS_CDC_ENABLED'
+# Nested properties can be specified using '__' as separator, for example: 
-DCASS_REPLICA_FILTERING_PROTECTION__CACHED_ROWS_WARN_TRESHOLD
+# Complex property values should be specified as a JSON string, for example: 
-DCASS_TABLE_PROPERTIES_WARNED="[\"sstable_preemptive_open_interval_in_mb\", 
\"index_summary_resize_interval_in_minutes\"]"
+#-Dcassandra.config.allow_environment_variables=false

Review Comment:
   same as above comment



-- 
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-unsubscr...@cassandra.apache.org

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


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

Reply via email to