You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2014/10/13 18:32:35 UTC

[jira] [Commented] (AMBARI-7759) Storm Start fails because of malformed childopts

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

Hadoop QA commented on AMBARI-7759:
-----------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12674528/BUG-24751_branch-1.7.0.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/176//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/176//console

This message is automatically generated.

> Storm Start fails because of malformed childopts
> ------------------------------------------------
>
>                 Key: AMBARI-7759
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7759
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 1.7.0
>            Reporter: Andrii Babiichuk
>            Assignee: Andrii Babiichuk
>             Fix For: 1.7.0
>
>         Attachments: BUG-24751.patch, BUG-24751_branch-1.7.0.patch
>
>
> UI sends some configs from storm-site wrongly formatted:
> {noformat}
> "supervisor.childopts" : "-Xmx256m _JAAS_PLACEHOLDER -Dcom.sun.management.jmxremote\\n\\t\\t\\t-Dcom.sun.management.jmxremote.ssl=false\\n\\t\\t\\t-Dcom.sun.management.jmxremote.authenticate=false\\n\\t\\t\\t-Dcom.sun.management.jmxremote.port=56431\\n\\t\\t\\t-javaagent:/usr/hdp/current/storm-supervisor/contrib/storm-jmxetric/lib/jmxetric-1.0.4.jar=host=localhost,port=8650,wireformat31x=true,mode=multicast,config=/usr/hdp/current/storm-supervisor/contrib/storm-jmxetric/conf/jmxetric-conf.xml,process=Supervisor_JVM"
> "nimbus.childopts" : "-Xmx1024m _JAAS_PLACEHOLDER\\n\\t\\t\\t-javaagent:/usr/hdp/current/storm-nimbus/contrib/storm-jmxetric/lib/jmxetric-1.0.4.jar=host=localhost,port=8649,wireformat31x=true,mode=multicast,config=/usr/hdp-nimbus/current/storm-client/contrib/storm-jmxetric/conf/jmxetric-conf.xml,process=Nimbus_JVM"
> "logviewer.childopts" : "-Xmx128m _JAAS_PLACEHOLDER",
> "drpc.childopts" : "-Xmx768m _JAAS_PLACEHOLDER",
> "worker.childopts" : "-Xmx768m _JAAS_PLACEHOLDER\\n\\t\\t\\t-javaagent:/usr/hdp/current/storm-client/contrib/storm-jmxetric/lib/jmxetric-1.0.4.jar=host=localhost,port=8650,wireformat31x=true,mode=multicast,config=/usr/hdp/current/storm-client/contrib/storm-jmxetric/conf/jmxetric-conf.xml,process=Worker_%ID%_JVM",
> "ui.childopts" : "-Xmx768m _JAAS_PLACEHOLDER",
> {noformat}
> We don't wont those \\n\\t\\t\\t. UI should send value with those replaced by tabs spaces etc.



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