You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Nishith Agarwal (Jira)" <ji...@apache.org> on 2019/11/16 11:03:00 UTC

[jira] [Created] (HUDI-337) Merge on Read incremental pull has in-consistent results

Nishith Agarwal created HUDI-337:
------------------------------------

             Summary: Merge on Read incremental pull has in-consistent results
                 Key: HUDI-337
                 URL: https://issues.apache.org/jira/browse/HUDI-337
             Project: Apache Hudi (incubating)
          Issue Type: Task
          Components: Incremental Pull
            Reporter: Nishith Agarwal
            Assignee: Nishith Agarwal


Consider the following example :

1.deltacommit
2.inflight
3.rollback <- because rollback was initiated after startCommit

Now, for the logReader, we pass the latestInstant allowed to be getCompletedInstants(COMMIT, DELTACOMMIT, ROLLBACK).
Now, since the latestInstant from the call above is "3", the inflight logblocks will be returned leading to invalid values.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)