You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Sumit Mohanty (JIRA)" <ji...@apache.org> on 2014/11/12 02:10:33 UTC

[jira] [Commented] (SLIDER-631) Slider should provide auto replacement of ganglia properties

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

Sumit Mohanty commented on SLIDER-631:
--------------------------------------

setting them to "localhost" and "0" is not an option.

These should be changes by the application package itself to read a flag and not populate the ganglia properties so that overall generated config is clean. This is fairly easy as through resource_management scripts.  Slider should not provide any support for custom configs such as for ganglia.

> Slider should provide auto replacement of ganglia properties
> ------------------------------------------------------------
>
>                 Key: SLIDER-631
>                 URL: https://issues.apache.org/jira/browse/SLIDER-631
>             Project: Slider
>          Issue Type: Bug
>          Components: agent-provider, client
>    Affects Versions: Slider 0.50
>            Reporter: Sumit Mohanty
>            Assignee: Jonathan Maron
>             Fix For: Slider 0.70
>
>
> Noticed an issue where if ganglia is not enabled then the ganglia patterns are left as is. For example:
> "site.storm-site.worker.childopts": "-Xmx768m -javaagent:${AGENT_WORK_ROOT}/app/install/apache-storm-0.9.3.2.2.0.0-1876/external/storm-jmxetric/lib/jmxetric-1.0.4.jar\u003dhost\u003d${@//site/global/ganglia_server_host},port\u003d${@//site/global/ganglia_server_port},wireformat31x\u003dtrue,mode\u003dmulticast,config\u003d${AGENT_WORK_ROOT}/app/install/apache-storm-0.9.3.2.2.0.0-1876/external/storm-jmxetric/conf/jmxetric-conf.xml,process\u003dWorker_%ID%_JVM"
> * ${@//site/global/ganglia_server_host}
> * ${@//site/global/ganglia_server_port}
> There is probably more elegant way of handling it but setting them to "localhost" and "0" might be an option.
> Any recommendations?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)