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

Remove MultiVersionConsistencyControl#writeQueue

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • None
    • None

    Description

      This is a follow up improvement of HBase-8763. After we combined MVCC & LogSeqId, the memstore read point advances in the logSeqId increasing order. The MultiVersionConsistencyControl#writeQueue can be possibly removed.

      In order to remove writeQueue, we need to return the disruptor sequence of the last WALEdit with durability >= SYNC_WAL inside disruptor consumer code before assigning log sequence Id. If current WALEdit has durability >= SYNC_WAL, we return the disruptor sequence of current WALEdit.

      During syncOrDefer, we always waits for the sequence of the last WALEdit has durability >= SYNC_WAL.

      The tricky part is how to return the disruptor sequence of the last WALEdit with durability >= SYNC_WAL cleanly from disruptor consumer.

      We could put those info in HLogKey because we always create a new HLogKey object for each change otherwise we have to create a new object for this purpose.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jeffreyz Jeffrey Zhong
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: