Browse Source

AMBARI-6007. Incorrect resource filter submitted with Rolling restarts. (akovalenko)

Aleksandr Kovalenko 11 years ago
parent
commit
842f2d44d8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ambari-web/app/utils/batch_scheduled_requests.js

+ 1 - 0
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,