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

Avoid next operations (and instead reseek) when current kv is deleted

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.94.0
    • None
    • None
    • Reviewed

    Description

      When the current kv is deleted during the matching in the ScanQueryMatcher, currently the matcher will return skip and continue to do next() instead of reseeking to the next column of interest.

      Actually, if the current kv is deleted because of family deleted or column deleted, the matcher should seek to next col.
      If the current kv is deleted because of version deleted, the matcher should just return skip.

      Attachments

        1. hbase-4585-89.patch
          10 kB
          Liyin Tang
        2. hbase-4585-apache-trunk.patch
          10 kB
          Liyin Tang

        Activity

          People

            liyin Liyin Tang
            liyin Liyin Tang
            Votes:
            0 Vote for this issue
            Watchers:
            12 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: