You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Andy Tolbert (Jira)" <ji...@apache.org> on 2019/08/22 18:43:00 UTC

[jira] [Created] (CASSANDRA-15288) Read sidecar.yaml from sidecar.config System Property instead of classpath

Andy Tolbert created CASSANDRA-15288:
----------------------------------------

             Summary: Read sidecar.yaml from sidecar.config System Property instead of classpath
                 Key: CASSANDRA-15288
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15288
             Project: Cassandra
          Issue Type: Improvement
          Components: Sidecar
            Reporter: Andy Tolbert
            Assignee: Andy Tolbert


I was experimenting earlier with running multiple sidecar instances against multiple local C* nodes (using a ccm cluster) and noticed that the distribution of sidecar did not include the conf directory and instead was loading sidecar.yaml from the classpath. I noticed the lines in build.gradle:

{code:java}
// Config file location should be in file:/// format for local files,
// when we have the fix for adding /conf directory to classpaht, we can get away with below default JvmArg
{code}

From this statement I assume the expectation was that eventually the sidecar.config system property would be used to locate the sidecar.yaml file.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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