You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2017/06/30 09:28:00 UTC

[jira] [Resolved] (STORM-2421) Support lists of childopts beyond just worker

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

Jungtaek Lim resolved STORM-2421.
---------------------------------
       Resolution: Fixed
         Assignee: Heather McCartney
    Fix Version/s: 2.0.0

Thanks [~hmcc], I merged into master.
Please craft a new pull request if you would like to port back this to 1.x version line.

> Support lists of childopts beyond just worker
> ---------------------------------------------
>
>                 Key: STORM-2421
>                 URL: https://issues.apache.org/jira/browse/STORM-2421
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: storm-core
>    Affects Versions: 1.0.2
>            Reporter: Mal Graty
>            Assignee: Heather McCartney
>            Priority: Minor
>             Fix For: 2.0.0
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> The following worker childopts configuration options all support both a string value and a list of strings value:
> {code}
> WORKER_CHILDOPTS
> WORKER_PROFILER_CHILDOPTS
> WORKER_GC_CHILDOPTS
> TOPOLOGY_WORKER_CHILDOPTS
> TOPOLOGY_WORKER_GC_CHILDOPTS
> TOPOLOGY_WORKER_LOGWRITER_CHILDOPTS
> {code}
> Currently the following childopts configuration options only support strings:
> {code}
> NIMBUS_CHILDOPTS
> LOGVIEWER_CHILDOPTS
> UI_CHILDOPTS
> PACEMAKER_CHILDOPTS
> DRPC_CHILDOPTS
> SUPERVISOR_CHILDOPTS
> {code}
> Please could lists be supported across all childopts options as it makes configuration management and building easier using automated tools such as Chef and Puppet.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)