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

There are version-related dirty data caused by delete/ttl

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 1.3.1, 1.2.6, 2.0.0-alpha-1
    • 3.0.0-beta-2
    • None
    • None

    Description

      put_0(t0)
      put_1(t1) <-- the latest cell

      If we call get, the put_1 will return. That is good.
      If we call get after a delete, the put_0 will return. That is weird. The put_0 is old data, and it should be dropped in flush. For client, put_0 should not exist after the put_1 happen.

      Attachments

        1. HBASE-18638-ut.patch
          2 kB
          Chia-Ping Tsai
        2. HBASE-18638-ut.patch
          2 kB
          Chia-Ping Tsai

        Activity

          People

            chia7712 Chia-Ping Tsai
            chia7712 Chia-Ping Tsai
            Votes:
            0 Vote for this issue
            Watchers:
            11 Start watching this issue

            Dates

              Created:
              Updated: