Alex created CASSANDRA-14461:
--------------------------------

             Summary: escaping is absent in config file
                 Key: CASSANDRA-14461
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14461
             Project: Cassandra
          Issue Type: Bug
            Reporter: Alex
             Fix For: 3.0.x


conf: cassandra-env.ps1

line: 380

 
{code:java}
$env:JVM_OPTS = "$env:JVM_OPTS 
-XX:CompileCommandFile=$env:CASSANDRA_CONF\hotspot_compiler"

 
{code}
fix
{code:java}
$env:JVM_OPTS = "$env:JVM_OPTS 
-XX:CompileCommandFile=""$env:CASSANDRA_CONF\hotspot_compiler"""
{code}
 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to