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)
committerAmitay Isaacs <amitay@gmail.com>
Wed, 14 Aug 2013 06:55:51 +0000 (16:55 +1000)
commita610bc351f0754c84c78c27d02f9a695e60c5b0f
tree4d09fc3b3c2fdc59b3c022c2dcb2098660dea8f4
parent60cb40d090e45ff6134c098a238fac7ad854f134
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>
server/ctdb_recover.c