weizhouapache commented on PR #13373:
URL: https://github.com/apache/cloudstack/pull/13373#issuecomment-4650133572

   @sureshanaparti 
   it looks like the change made no effects
   
   
https://github.com/apache/cloudstack/blob/6bc83a3c46f4b51ddf24483ee1fe3ccf65d2791a/core/src/main/java/com/cloud/agent/api/CheckOnHostAnswer.java#L39-L43
   
   these two lines are the same actually
   ```
                   return new CheckOnHostAnswer(command, "Heart is not 
beating");
                   return new CheckOnHostAnswer(command, false, "Heart is not 
beating");
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to