XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Critical
    • Resolution: Invalid
    • 0.99.0
    • 0.99.0
    • wal
    • None

    Description

      This was found by jeffreyz See parent issue. We have this issue since we put the ring buffer/disrupter into the WAL (HBASE-10156).

      An edits region sequence id is set only after the edit has traversed the ring buffer. Flushing, we just up whatever the current region sequence id is. Crossing the ring buffer may take some time and is done by background threads. The flusher may be taking the region sequence id though edits have not yet made it across the ringbuffer: i.e. edits that are actually scoped by the flush may have region sequence ids in excess of that of the flush sequence id reported.

      The consequences are not exactly clear. Would rather not have to find out so lets fix this here.

      Attachments

        1. 11109.txt
          6 kB
          Michael Stack
        2. 11109v2.txt
          28 kB
          Michael Stack
        3. 11109v2.txt
          28 kB
          Michael Stack

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: