You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joshua McKenzie (JIRA)" <ji...@apache.org> on 2015/05/08 19:28:59 UTC

[jira] [Created] (CASSANDRA-9335) JVM_EXTRA_OPTS not getting picked up by windows startup environment

Joshua McKenzie created CASSANDRA-9335:
------------------------------------------

             Summary: JVM_EXTRA_OPTS not getting picked up by windows startup environment
                 Key: CASSANDRA-9335
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9335
             Project: Cassandra
          Issue Type: Bug
            Reporter: Joshua McKenzie
            Assignee: Joshua McKenzie
             Fix For: 3.x, 2.1.x
         Attachments: fix_extra_opts.txt

-    $env:JVM_OPTS="$env:JVM_OPTS $JVM_EXTRA_OPTS"
+    $env:JVM_OPTS="$env:JVM_OPTS $env:JVM_EXTRA_OPTS"

Missing env: on front of JVM_EXTRA_OPTS in conf\cassandra-env.ps1

Attaching trivial patch to fix this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)