[
https://issues.apache.org/jira/browse/STORM-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jungtaek Lim resolved STORM-1099.
---------------------------------
Resolution: Fixed
Fix Version/s: 0.10.0
Thanks [~ppoulosk],
I merged into master and 0.10.x-branch.
> 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
> Fix For: 0.10.0
>
>
> 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)