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

MajorCompaction may affect scan's correctness

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.90.4
    • 0.92.1, 0.94.0
    • regionserver
    • None
    • Reviewed

    Description

      In our test, there are two families' keyvalue for one row.

      But we could find a infrequent problem when doing scan's next if majorCompaction happens concurrently.
      In the client's two continuous doing scan.next():
      1.First time, scan's next returns the result where family A is null.
      2.Second time, scan's next returns the result where family B is null.
      The two next()'s result have the same row.

      If there are more families, I think the scenario will be more strange...

      We find the reason is that storescanner.peek() is changed after majorCompaction if there are delete type KeyValue.
      This change causes the PriorityQueue<KeyValueScanner> of RegionScanner's heap is not sure to be sorted.

      Attachments

        1. 5121-0.92.txt
          7 kB
          Lars Hofhansl
        2. 5121-suggest.txt
          7 kB
          Lars Hofhansl
        3. 5121.90
          8 kB
          Ted Yu
        4. 5121-trunk-combined.txt
          9 kB
          Ted Yu
        5. hbase-5121-testcase.patch
          4 kB
          Chunhui Shen
        6. hbase-5121v2.patch
          3 kB
          Chunhui Shen
        7. hbase-5121.patch
          4 kB
          Chunhui Shen

        Issue Links

          Activity

            People

              zjushch Chunhui Shen
              zjushch Chunhui Shen
              Votes:
              0 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: