[ https://issues.apache.org/jira/browse/AMBARI-15023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sumit Mohanty updated AMBARI-15023: ----------------------------------- Description: agent keeps on asking for the details for auto execution commands even if it has the details. this results in server unnecessarily computing START command details when its not needed. {code} 12 Feb 2016 04:20:13,092 INFO [ambari-hearbeat-monitor] HeartbeatMonitor:306 - NIMBUS is at INSTALLED adding more payload per agent ask from c6401.ambari.apache.org 12 Feb 2016 04:20:13,096 INFO [ambari-hearbeat-monitor] AmbariManagementControllerImpl:2077 - AmbariManagementControllerImpl.createHostAction: created ExecutionCommand for host c6401.ambari.apache.org, role NIMBUS, roleCommand START, and command ID 1-0, with cluster-env tags TOPOLOGY_RESOLVED 12 Feb 2016 04:21:13,103 INFO [ambari-hearbeat-monitor] HeartbeatMonitor:306 - NIMBUS is at INSTALLED adding more payload per agent ask from c6401.ambari.apache.org 12 Feb 2016 04:21:13,109 INFO [ambari-hearbeat-monitor] AmbariManagementControllerImpl:2077 - AmbariManagementControllerImpl.createHostAction: created ExecutionCommand for host c6401.ambari.apache.org, role NIMBUS, roleCommand START, and command ID 1-0, with cluster-env tags TOPOLOGY_RESOLVED 12 Feb 2016 04:22:13,112 INFO [ambari-hearbeat-monitor] HeartbeatMonitor:306 - NIMBUS is at INSTALLED adding more payload per agent ask from c6401.ambari.apache.org 12 Feb 2016 04:22:13,116 INFO [ambari-hearbeat-monitor] AmbariManagementControllerImpl:2077 - AmbariManagementControllerImpl.createHostAction: created ExecutionCommand for host c6401.ambari.apache.org, role NIMBUS, roleCommand START, and command ID 1-0, with cluster-env tags TOPOLOGY_RESOLVED 12 Feb 2016 04:23:13,121 INFO [ambari-hearbeat-monitor] HeartbeatMonitor:306 - NIMBUS is at INSTALLED adding more payload per agent ask from c6401.ambari.apache.org 12 Feb 2016 04:23:13,124 INFO [ambari-hearbeat-monitor] AmbariManagementControllerImpl:2077 - AmbariManagementControllerImpl.createHostAction: created ExecutionCommand for host c6401.ambari.apache.org, role NIMBUS, roleCommand START, and command ID 1-0, with cluster-env tags TOPOLOGY_RESOLVED {code} was:agent keeps on asking for the details for auto execution commands even if it has the details. this results in server unnecessarily computing START command details when its not needed. > Agents should not ask for auto-start command details if it has the details > -------------------------------------------------------------------------- > > Key: AMBARI-15023 > URL: https://issues.apache.org/jira/browse/AMBARI-15023 > Project: Ambari > Issue Type: Bug > Components: ambari-agent > Affects Versions: 2.2.1 > Reporter: Sumit Mohanty > Assignee: Sumit Mohanty > Priority: Critical > Fix For: 2.2.2 > > Attachments: AMBARI-15023.patch > > > agent keeps on asking for the details for auto execution commands even if it > has the details. this results in server unnecessarily computing START command > details when its not needed. > {code} > 12 Feb 2016 04:20:13,092 INFO [ambari-hearbeat-monitor] HeartbeatMonitor:306 > - NIMBUS is at INSTALLED adding more payload per agent ask from > c6401.ambari.apache.org > 12 Feb 2016 04:20:13,096 INFO [ambari-hearbeat-monitor] > AmbariManagementControllerImpl:2077 - > AmbariManagementControllerImpl.createHostAction: created ExecutionCommand for > host c6401.ambari.apache.org, role NIMBUS, roleCommand START, and command ID > 1-0, with cluster-env tags TOPOLOGY_RESOLVED > 12 Feb 2016 04:21:13,103 INFO [ambari-hearbeat-monitor] HeartbeatMonitor:306 > - NIMBUS is at INSTALLED adding more payload per agent ask from > c6401.ambari.apache.org > 12 Feb 2016 04:21:13,109 INFO [ambari-hearbeat-monitor] > AmbariManagementControllerImpl:2077 - > AmbariManagementControllerImpl.createHostAction: created ExecutionCommand for > host c6401.ambari.apache.org, role NIMBUS, roleCommand START, and command ID > 1-0, with cluster-env tags TOPOLOGY_RESOLVED > 12 Feb 2016 04:22:13,112 INFO [ambari-hearbeat-monitor] HeartbeatMonitor:306 > - NIMBUS is at INSTALLED adding more payload per agent ask from > c6401.ambari.apache.org > 12 Feb 2016 04:22:13,116 INFO [ambari-hearbeat-monitor] > AmbariManagementControllerImpl:2077 - > AmbariManagementControllerImpl.createHostAction: created ExecutionCommand for > host c6401.ambari.apache.org, role NIMBUS, roleCommand START, and command ID > 1-0, with cluster-env tags TOPOLOGY_RESOLVED > 12 Feb 2016 04:23:13,121 INFO [ambari-hearbeat-monitor] HeartbeatMonitor:306 > - NIMBUS is at INSTALLED adding more payload per agent ask from > c6401.ambari.apache.org > 12 Feb 2016 04:23:13,124 INFO [ambari-hearbeat-monitor] > AmbariManagementControllerImpl:2077 - > AmbariManagementControllerImpl.createHostAction: created ExecutionCommand for > host c6401.ambari.apache.org, role NIMBUS, roleCommand START, and command ID > 1-0, with cluster-env tags TOPOLOGY_RESOLVED > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)