Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Security Level: Public (Anyone can view this level - this is the default.)
-
None
Description
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.