Kadir OZDEMIR created PHOENIX-5376:
--------------------------------------

             Summary: Bulk loading data tables with indexes leads to index rows 
with incorrect timestamps
                 Key: PHOENIX-5376
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5376
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.14.2, 5.0.0
            Reporter: Kadir OZDEMIR


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to