vacuuming: Fix vacuuming bug where requests keep bouncing between nodes (part 1)
authorAmitay Isaacs <amitay@gmail.com>
Mon, 12 Aug 2013 05:51:00 +0000 (15:51 +1000)
committerMichael Adam <obnox@samba.org>
Mon, 19 Aug 2013 15:13:18 +0000 (17:13 +0200)
commit582131cd39369973100c9ec30492cc1d606e7682
tree00aaa540aecd0aeef0a65216ceda8eff70fd88d3
parent00f53a9a8f440be0bc993b1800383cd930fd273e
vacuuming: Fix vacuuming bug where requests keep bouncing between nodes (part 1)

This is caused by corruption of a record header such that the records
on two nodes point to each other as dmaster.  This makes a request for
that record bounce between nodes endlessly.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
(cherry picked from commit a610bc351f0754c84c78c27d02f9a695e60c5b0f)
server/ctdb_recover.c