PIKE-518 — PIKE timeouts inconsistency
The timeout of HELLO protocol must be longer than the longest PING timeout within the whole virtual cluster. Otherwise there is a risk of meaningless switching the roles in following scenario:
the network is down and it comes up
the Backup sends the ping request accidentaly immediately after the network comes up while the Master sent it immediately before
thus, the Backup detects network OK almost the whole PING timeout earlier than the Master (plus 1 second of the PING period)
if the HELLO timeout is too short, the Backup takes the Master role although the previous Master could continue working.
This message means that the particular VIRTUAL-CLUSTER section has such an inconsistency configured.
Check and correct the timeouts in the configuration.