vacuum: don't stop in process_vacuum_fetch_lists when sending to one node fails.
authorMichael Adam <obnox@samba.org>
Sat, 15 Feb 2014 23:26:00 +0000 (00:26 +0100)
committerAmitay Isaacs <amitay@gmail.com>
Thu, 6 Mar 2014 06:35:33 +0000 (17:35 +1100)
commit73a4b383a28a7c658f163ad2b28cb849b7c1c4eb
tree3e98e3c9c85ba9d96f1d32b361ef67a6e843cced
parentd3bd7178b471c0bdc0ba91c39e88f0886bb29c06
vacuum: don't stop in process_vacuum_fetch_lists when sending to one node fails.

We should try to continue vacuuming as much as possible.
Failure to send records to one lmaster doesn't mean the
others will fail too.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
(Imported from commit 7983946680ac0de8f82dfee6f0f849a11653d042)
server/ctdb_vacuum.c