[
https://issues.apache.org/jira/browse/STORM-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14951023#comment-14951023
]
ASF GitHub Bot commented on STORM-1099:
---------------------------------------
Github user HeartSaVioR commented on the pull request:
https://github.com/apache/storm/pull/791#issuecomment-146963216
+1
Second test failure is not related to newly added test.
> worker childopts cannot accept arraylist of strings
> ---------------------------------------------------
>
> Key: STORM-1099
> URL: https://issues.apache.org/jira/browse/STORM-1099
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-core
> Reporter: Paul Poulosky
> Assignee: Paul Poulosky
>
> This used to work on 0.9, but is broken in 0.10.
> If a customer attempts to add a array of strings as a config for
> topology.worker.childopts, like the following.
> {noformat}
> config.put("topology.worker.childopts", Arrays.asList("-Xmx1g",
> "-Dmy.boxus.parameter=mybogusvalue"));
> {noformat}
> The topology will not launch because "[-Xmx1g" will be an argument to the jvm
> when the supervisor launches it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)