[ 
https://issues.apache.org/jira/browse/STORM-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14951042#comment-14951042
 ] 

ASF GitHub Bot commented on STORM-1099:
---------------------------------------

Github user revans2 commented on the pull request:

    https://github.com/apache/storm/pull/791#issuecomment-146965305
  
    +1


> 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)

Reply via email to