Repository: ambari Updated Branches: refs/heads/trunk 56b361102 -> 842f2d44d
AMBARI-6007. Incorrect resource filter submitted with Rolling restarts. (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/842f2d44 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/842f2d44 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/842f2d44 Branch: refs/heads/trunk Commit: 842f2d44d8c46adaeef9e713286621e35105f48e Parents: 56b3611 Author: Aleksandr Kovalenko <[email protected]> Authored: Tue Jun 3 17:55:21 2014 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Tue Jun 3 17:57:15 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/utils/batch_scheduled_requests.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/842f2d44/ambari-web/app/utils/batch_scheduled_requests.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/utils/batch_scheduled_requests.js b/ambari-web/app/utils/batch_scheduled_requests.js index 572efa1..918b116 100644 --- a/ambari-web/app/utils/batch_scheduled_requests.js +++ b/ambari-web/app/utils/batch_scheduled_requests.js @@ -396,6 +396,7 @@ module.exports = { host.host_components.forEach(function(hostComponent){ wrappedHostComponents.push(Em.Object.create({ componentName: hostComponent.HostRoles.component_name, + serviceName: App.QuickDataMapper.componentServiceMap()[hostComponent.HostRoles.component_name], hostName: host.Hosts.host_name, staleConfigs: hostComponent.HostRoles.stale_configs, hostPassiveState: host.Hosts.maintenance_state,
