You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2014/02/28 07:02:37 UTC

[2/2] git commit: AMBARI-4878. On a retry all the install commands succeed but the status of one of the components in INSTALL_FAILED which causes the next START command to fail on UI. Fixed log. (swagle)

AMBARI-4878. On a retry all the install commands succeed but the status of one of the components in INSTALL_FAILED which causes the next START command to fail on UI. Fixed log. (swagle)


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

Branch: refs/heads/trunk
Commit: 595b721b2226eac4ed240ff931441786018eb27a
Parents: 044a29f
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Thu Feb 27 22:01:59 2014 -0800
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Thu Feb 27 22:01:59 2014 -0800

----------------------------------------------------------------------
 .../java/org/apache/ambari/server/agent/HeartBeatHandler.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/595b721b/ambari-server/src/main/java/org/apache/ambari/server/agent/HeartBeatHandler.java
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/java/org/apache/ambari/server/agent/HeartBeatHandler.java b/ambari-server/src/main/java/org/apache/ambari/server/agent/HeartBeatHandler.java
index 0d4cfe1..4666a29 100644
--- a/ambari-server/src/main/java/org/apache/ambari/server/agent/HeartBeatHandler.java
+++ b/ambari-server/src/main/java/org/apache/ambari/server/agent/HeartBeatHandler.java
@@ -349,8 +349,7 @@ public class HeartBeatHandler {
               scHost.handleEvent(new ServiceComponentHostOpFailedEvent
                 (schName, hostname, now));
             } else {
-              LOG.info("Report arrived after command is no longer running. " +
-                "Ignoring report. " + report);
+              LOG.info("Received report for a command that is no longer active. " + report);
             }
           } else if (report.getStatus().equals("IN_PROGRESS")) {
             scHost.handleEvent(new ServiceComponentHostOpInProgressEvent(schName,