ctdb-vacuum: Simplify the deletion of vacuumed records
commitd08665ffa86fe3446bbed363d876d790a399e309
authorAmitay Isaacs <amitay@gmail.com>
Wed, 14 Feb 2018 03:50:40 +0000 (14 14:50 +1100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Oct 2018 09:29:25 +0000 (9 11:29 +0200)
treed91899c53e1fefaf279c04b5f82a16dd5280a00c
parent7b5233003d0191e0de14f21e4705dc67aa4da8b9
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>
(cherry picked from commit 202b9027ba44eee33c2fde2332126be10f719423)
ctdb/server/ctdb_vacuum.c