You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Skye Wanderman-Milne (JIRA)" <ji...@apache.org> on 2012/09/22 00:42:08 UTC

[jira] [Updated] (ZOOKEEPER-1376) zkServer.sh does not correctly check for $SERVER_JVMFLAGS

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

Skye Wanderman-Milne updated ZOOKEEPER-1376:
--------------------------------------------

    Attachment: ZOOKEEPER-1376.patch
    
> zkServer.sh does not correctly check for $SERVER_JVMFLAGS
> ---------------------------------------------------------
>
>                 Key: ZOOKEEPER-1376
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1376
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 3.3.3, 3.3.4
>            Reporter: Patrick Hunt
>            Priority: Minor
>              Labels: newbie
>         Attachments: ZOOKEEPER-1376.patch
>
>
> It will always include it even if not defined, although not much harm.
> if [ "x$SERVER_JVMFLAGS" ]
> then
> JVMFLAGS="$SERVER_JVMFLAGS $JVMFLAGS"
> fi
> should use the std idiom.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira