vacuuming: Fix vacuuming bug where requests keep bouncing between nodes (part 2)
authorAmitay Isaacs <amitay@gmail.com>
Mon, 12 Aug 2013 05:50:30 +0000 (15:50 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Wed, 14 Aug 2013 06:55:51 +0000 (16:55 +1000)
commitf0853013655ac3bedf1b793de128fb679c6db6c6
tree8ae073fcb33818241969f55294209e8c16feb406
parenta610bc351f0754c84c78c27d02f9a695e60c5b0f
vacuuming: Fix vacuuming bug where requests keep bouncing between nodes (part 2)

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