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

Bulk loading data tables with indexes leads to index rows with incorrect timestamps

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 5.0.0, 4.14.2
    • None
    • None
    • None

    Description

      Bulk loading data on a table is done directly on HFiles by bypassing Phoenix. A table and its indexes are loaded independently. This results in timestamp mismatch between data table rows and their corresponding index rows. It is known that this mismatch causes consistency issues. Consistent global indexes introduced by PHOENIX-5156 and PHOENIX-5211 require a data table row and the corresponding index rows should have the same timestamp all the time. Thus, it is required that data and index table rows should get the same timestamp during bulk loading too.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kozdemir Kadir OZDEMIR
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: