mrunalini created CLOUDSTACK-9886:
-------------------------------------
Summary: After restarting cloudstack-management , It takes time to
connect hosts
Key: CLOUDSTACK-9886
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9886
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Reporter: mrunalini
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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)