[ https://issues.apache.org/jira/browse/CLOUDSTACK-9886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16166047#comment-16166047 ]
ASF subversion and git services commented on CLOUDSTACK-9886: ------------------------------------------------------------- Commit b655f9be06cd88383d8b118d818a9a0d113211bf in cloudstack's branch refs/heads/master from [~harikrishna.patnala] [ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=b655f9b ] Merge pull request #2054 from Accelerite/cs-51009 CLOUDSTACK-9886 : After restarting cloudstack-management , It takes time to connect hosts > 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.4.14#64029)