Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-3872

Hole in split transaction rollback; edits to .META. need to be rolled back even if it seems like they didn't make it

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.90.3
    • 0.90.4
    • regionserver
    • None

    Description

      Saw this interesting one on a cluster of ours. The cluster was configured with too few handlers so lots of the phenomeneon where actions were queued but then by the time they got into the server and tried respond to the client, the client had disconnected because of the timeout of 60 seconds. Well, the meta edits for a split were queued at the regionserver carrying .META. and by the time it went to write back, the client had gone (the first insert of parent offline with daughter regions added as info:splitA and info:splitB). The client presumed the edits failed and 'successfully' rolled back the transaction (failing to undo .META. edits thinking they didn't go through).

      A few minutes later the .META. scanner on master runs. It sees 'no references' in daughters – the daughters had been cleaned up as part of the split transaction rollback – so it thinks its safe to delete the parent.

      Two things:

      + Tighten up check in master... need to check daughter region at least exists and possibly the daughter region has an entry in .META.
      + Dependent on the edit that fails, schedule rollback edits though it will seem like they didn't go through.

      This is pretty critical one.

      Attachments

        1. 3872.txt
          13 kB
          Michael Stack
        2. 3872-v2.txt
          13 kB
          Michael Stack

        Activity

          People

            stack Michael Stack
            stack Michael Stack
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: