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


##########
src/java/org/apache/cassandra/config/YamlConfigurationLoader.java:
##########
@@ -72,6 +74,9 @@ public class YamlConfigurationLoader implements 
ConfigurationLoader
      * system properties do not conflict with other system properties; the 
name "settings" matches system_views.settings.
      */
     static final String SYSTEM_PROPERTY_PREFIX = "cassandra.settings.";
+    static final String ENVIRONMENT_VARIABLE_PREFIX = "CASS_";

Review Comment:
   I would do `CASSANDRA_SETTINGS_` here (or at least `CASSANDRA_`. If we have 
`cassandra.settings` instead of `cass.settings`, why would we introduce this 
discrepancy just to save few characters ... .



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