Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-4742

DistinctPrefixFilter potentially seeks to lesser key when descending or null value

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 4.14.0, 5.0.0
    • None
    • None

    Description

      DistinctPrefixFilter seeks to a smaller key than the current key (which causes an infinite loop in HBase 1.4 and seeks to every row in other HBase versions). This happens when:

      1. Last column of distinct is descending. We currently always add a 0x01 byte, but since the separator byte if 0xFF when descending, the seek key is too small.
      2. Last column value is null. In this case, instead of adding a 0x01 byte, we need to increment in-place the null value of the last distinct column. 

      This was discovered due to OrderByIT.testOrderByReverseOptimizationWithNUllsLastBug3491 hanging in master.

      Attachments

        1. PHOENIX-4742_v1.patch
          17 kB
          James R. Taylor

        Activity

          People

            jamestaylor James R. Taylor
            jamestaylor James R. Taylor
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: