ctdb-vacuum: Simplify the deletion of vacuumed records
commit202b9027ba44eee33c2fde2332126be10f719423
authorAmitay Isaacs <amitay@gmail.com>
Wed, 14 Feb 2018 03:50:40 +0000 (14 14:50 +1100)
committerAmitay Isaacs <amitay@samba.org>
Mon, 8 Oct 2018 00:46:20 +0000 (8 02:46 +0200)
tree62ee538748a7843ad8fa886fc8bec62d29c6922b
parentdcc9935995a5a7b40df64653a605d1af89075bd1
ctdb-vacuum: Simplify the deletion of vacuumed records

The 3-phase deletion of vacuumed records was introduced to overcome
the problem of record(s) resurrection during recovery.  This problem
is now handled by avoiding the records from recently INACTIVE nodes in
the recovery process.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13641

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/server/ctdb_vacuum.c