-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
from-jirapriority:criticalProduction degraded; pipelines stalledProduction degraded; pipelines stalledtype:bugBug reports and fixesBug reports and fixes
Milestone
Description
[https://github.com//pull/7561/files#r1203654251]
The following case where the timeline is like:
{code:java}
ts3.rollback, ts50.commit, ts51.commit, ts52.commit, ...{code}
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.
JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-6265
- Type: Bug
- Affects version(s):
- 0.13.0
- Fix version(s):
- 1.1.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
from-jirapriority:criticalProduction degraded; pipelines stalledProduction degraded; pipelines stalledtype:bugBug reports and fixesBug reports and fixes