[
https://issues.apache.org/jira/browse/CLOUDSTACK-9886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16166043#comment-16166043
]
ASF subversion and git services commented on CLOUDSTACK-9886:
-------------------------------------------------------------
Commit e8940227905eef2a6646000c765960165e8cee37 in cloudstack's branch
refs/heads/master from mrunalinikankariya
[ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=e894022 ]
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)