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

Hadoop QA commented on AMBARI-12112:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12741402/AMBARI-12112.patch
  against trunk revision .

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

    {color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {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/3248//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/3248//console

This message is automatically generated.

> Add FALCON service stalls during "Add Service Wizard"
> -----------------------------------------------------
>
>                 Key: AMBARI-12112
>                 URL: https://issues.apache.org/jira/browse/AMBARI-12112
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 2.1.0
>            Reporter: Jayush Luniya
>            Assignee: Jayush Luniya
>            Priority: Critical
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-12112.patch
>
>
> 1. Install latest Ambari bits
> 2. Deploy HDP 2.2.0.0-2041 cluster with HDFS, ZOOKEEPER, YARN, OOZIE services
> 3. Add FALCON service
> 4. Notice deployment stalls during "Add Service Wizard" .
> 5. The installAdditionalClients gets called but installSelectedServices in 
> AddServiceController never got calle. So only "Install Oozie Client" request 
> was scheduled. "Install Services" request to install Falcon Server and Falcon 
> Client was never requested.
> {noformat}
>   /**
>    * main method for installing additional clients and services
>    * @param {function} callback
>    * @method installServices
>    */
>   installServices: function (callback) {
>     var self = this;
>     this.set('content.cluster.oldRequestsId', []);
>     this.installAdditionalClients().done(function () {
>       self.installSelectedServices(callback);
>     });
>   },
> {noformat}



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

Reply via email to