[
https://issues.apache.org/jira/browse/HUDI-6389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinoth Chandar closed HUDI-6389.
--------------------------------
Fix Version/s: 1.0.0
(was: 1.1.0)
Resolution: Fixed
> Fix instant time check against the active timeline in meta sync
> ---------------------------------------------------------------
>
> Key: HUDI-6389
> URL: https://issues.apache.org/jira/browse/HUDI-6389
> Project: Apache Hudi
> Issue Type: Bug
> Reporter: Ethan Guo (this is the old account; please use "yihua")
> Assignee: Ethan Guo (this is the old account; please use "yihua")
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 1.0.0
>
>
> [https://github.com/apache/hudi/pull/7561/files/f61d9480f00b3f79d71044e0392ed6e2f10af4ad#r1203654251]
>
> the following case where the timeline is like:
> ts3.rollback, ts50.commit, ts51.commit, ts52.commit, ...
> and ts49.commit and ts48.commit are archived.
> If we pass in ts47 as the exclusiveStartInstantTime at this point,
> activeTimeline.isBeforeTimelineStarts(exclusiveStartInstantTime) returns
> false. However, the active timeline misses ts48.commit and ts49.commit which
> are required for meta sync. This is a problem if ts48.commit or ts49.commit
> has partition changes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)