Repository: ambari
Updated Branches:
  refs/heads/trunk 874ab5cc5 -> a010022e4


AMBARI-6216. HA wizard incorrect tasks to host mapping. (akovalenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a010022e
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a010022e
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a010022e

Branch: refs/heads/trunk
Commit: a010022e40d4a77faf139112e42c5fcd02bc55d4
Parents: 874ab5c
Author: Aleksandr Kovalenko <akovale...@hortonworks.com>
Authored: Fri Jun 20 14:22:16 2014 +0300
Committer: Aleksandr Kovalenko <akovale...@hortonworks.com>
Committed: Fri Jun 20 14:22:16 2014 +0300

----------------------------------------------------------------------
 .../main/admin/highAvailability/progress_popup_controller.js       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a010022e/ambari-web/app/controllers/main/admin/highAvailability/progress_popup_controller.js
----------------------------------------------------------------------
diff --git 
a/ambari-web/app/controllers/main/admin/highAvailability/progress_popup_controller.js
 
b/ambari-web/app/controllers/main/admin/highAvailability/progress_popup_controller.js
index 558837b..ef24879 100644
--- 
a/ambari-web/app/controllers/main/admin/highAvailability/progress_popup_controller.js
+++ 
b/ambari-web/app/controllers/main/admin/highAvailability/progress_popup_controller.js
@@ -114,7 +114,7 @@ App.HighAvailabilityProgressPopupController = 
Ember.Controller.extend({
     var popupTitle = this.get('popupTitle');
     data.forEach(function (request) {
       request.tasks.forEach(function (task) {
-        var host = hosts.findProperty('name', task.Tasks.host_name);
+        var host = task.Tasks.host_name;
         if (hostsMap[host]) {
           hostsMap[host].logTasks.push(task);
         } else {

Reply via email to