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/12/08 18:06:11 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-9335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joshua McKenzie updated CASSANDRA-9335:
---------------------------------------
    Component/s: Packaging

> 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
>          Components: Packaging
>            Reporter: Joshua McKenzie
>            Assignee: Joshua McKenzie
>              Labels: windows
>             Fix For: 2.1.6, 2.2.0 beta 1
>
>         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)