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:36:01 UTC

[jira] [Resolved] (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 resolved CASSANDRA-9335.
----------------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 2.1.x)
                       (was: 3.x)
                   2.1.6
                   3.0

Committed to 2.1 and 3.0.

> 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
>              Labels: windows
>             Fix For: 3.0, 2.1.6
>
>         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)