summaryrefslogtreecommitdiffstats
path: root/ctdb
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-02-16 00:26:00 +0100
committerAmitay Isaacs <amitay@gmail.com>2014-03-06 11:31:15 +1100
commit7983946680ac0de8f82dfee6f0f849a11653d042 (patch)
tree14be3a3063d2023b19753ea943e0b601a094849a /ctdb
parentf3483de240987f05cc20f747ac467c8ed81bb03e (diff)
downloadsamba-7983946680ac0de8f82dfee6f0f849a11653d042.tar.gz
samba-7983946680ac0de8f82dfee6f0f849a11653d042.tar.xz
samba-7983946680ac0de8f82dfee6f0f849a11653d042.zip
ctdb-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>
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/server/ctdb_vacuum.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_vacuum.c b/ctdb/server/ctdb_vacuum.c
index cee5bef2b13..89327def780 100644
--- a/ctdb/server/ctdb_vacuum.c
+++ b/ctdb/server/ctdb_vacuum.c
@@ -793,7 +793,6 @@ static int ctdb_process_vacuum_fetch_lists(struct ctdb_db_context *ctdb_db,
DEBUG(DEBUG_ERR, (__location__ " Failed to send vacuum "
"fetch message to %u\n",
ctdb->nodes[i]->pnn));
- return -1;
}
}