[
https://issues.apache.org/jira/browse/AMBARI-12112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14600218#comment-14600218
]
Hudson commented on AMBARI-12112:
---------------------------------
SUCCESS: Integrated in Ambari-branch-2.1 #107 (See
[https://builds.apache.org/job/Ambari-branch-2.1/107/])
AMBARI-12112: Add FALCON service stalls during Add Service Wizard (jluniya)
(jluniya:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e2203293c375878b9634a964fe05c2cc1bc79a9f)
* ambari-web/app/controllers/main/service/add_controller.js
* ambari-web/app/controllers/wizard/step8_controller.js
> 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)