mrunalinikankariya opened a new pull request #2054: CLOUDSTACK-9886 : After 
restarting cloudstack-management , It takes time to connect hosts
URL: https://github.com/apache/cloudstack/pull/2054
 
 
   More the value of 'ping.interval' and 'ping.timeout' , more the time taken 
for host reconnection after management server restart.
   
   Solution : There is a timer task which connect to host based on values from 
ping timeout and ping interval.
   (System.currentTimeMillis() >> 10) - (ping.timeout * ping.interval)
    So if this values are large, host will not be connected immediately after 
restart. 
   After management server restart, host should be connected irrespective of 
ping intervals. S
 
----------------------------------------------------------------
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