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:39 +0000 (09:47 +1100)
commitaba3a38990fdb25cc9357f5002c0cd250b3a1f22
tree04f3e66364016bd87f1091233d314b9ddf505c81
parent7d4c51a1bd572c97162a44867af4eb37376a0624
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