shwstppr commented on code in PR #8502:
URL: https://github.com/apache/cloudstack/pull/8502#discussion_r1452042500


##########
engine/orchestration/src/main/java/com/cloud/agent/manager/AgentManagerImpl.java:
##########
@@ -596,6 +596,7 @@ protected AgentAttache notifyMonitorsOfConnection(final 
AgentAttache attache, fi
 
         final Long dcId = host.getDataCenterId();
         final ReadyCommand ready = new ReadyCommand(dcId, host.getId(), 
NumbersUtil.enableHumanReadableSizes);
+        ready.setWait(60);

Review Comment:
   @vishesh92 @DaanHoogland @GutoVeronezi @weizhouapache I'm inclined to 
include this fix in 4.19.0. I'm creating an improvement ticket for follow-up on 
externalizing the wait. Maybe we can look into some generic solution while 
addressing it.



-- 
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