[
https://issues.apache.org/jira/browse/ZOOKEEPER-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13460911#comment-13460911
]
Henry Robinson commented on ZOOKEEPER-1376:
-------------------------------------------
+1, patch looks good to me. I'll commit shortly to 3.3 and 3.4.
> 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
> Fix For: 3.3.7, 3.4.5
>
> 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