yvsubhash commented on issue #2054: CLOUDSTACK-9886 : After restarting 
cloudstack-management , It takes time to connect hosts
URL: https://github.com/apache/cloudstack/pull/2054#issuecomment-331828021
 
 
   @rhtyd  the concern expressed by @koushik-das  is already addressed in the 
change. Direct agents are affected with this. During the processing of Down 
event of management server, last ping time out gets reset. It is getting reset 
to a hardcoded 600 sec behind current time. ?when ever the admin configures 
ping.interval, ping.timeout values such that ?ping.interval*ping.timeout value 
crosses 600, the hosts misses the first few ping cycles creating this problem. 
So the hardcoded value is changed to make use of ping.interval*ping.timeout 
value. Hope this addresses your concerns
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to