We can not always rely on the recovery daemon pinging us in a timely manner
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 13 Jan 2011 22:46:04 +0000 (09:46 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 13 Jan 2011 22:47:44 +0000 (09:47 +1100)
commit70154e5e19e219de086b2995d41e8f6e069ee20d
tree424e029ef9b489e8f72db50acc3e20843735eb5b
parent6954c9df67501183995f408cca358c8fdfb176ab
We can not always rely on the recovery daemon pinging us in a timely manner
so we need a "ticker" in the main ctdbd daemon too to ensure we get at least one event to process every second.

This will improve the accuracy of "Time jumped" messages and remove false positives when the recovery daemon is "slow".
server/ctdb_daemon.c