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

Wrong or indeterminate behavior when there are duplicate versions of a column

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.20.0
    • 0.90.0
    • regionserver
    • None
    • Reviewed

    Description

      As of now, both gets and scanners will end up returning all duplicate versions of a column. The ordering of them is indeterminate.

      We need to decide what the desired/expected behavior should be and make it happen.

      Note: It's nearly impossible for this to work with Gets as they are now implemented in 1304 so this is really a Scanner issue. To implement this correctly with Gets, we would have to undo basically all the optimizations that Gets do and making them far slower than a Scanner.

      Attachments

        1. HBASE-1485-v9.patch
          43 kB
          Jonathan Gray
        2. TestCellUpdates.java
          8 kB
          Evert Arckens

        Issue Links

          Activity

            People

              pranavkhaitan Pranav Khaitan
              streamy Jonathan Gray
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: