[
https://issues.apache.org/jira/browse/HUDI-6371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sagar Sumit updated HUDI-6371:
------------------------------
Fix Version/s: 1.0.0
> IndexingCatchupTask does not handle failed tasks
> ------------------------------------------------
>
> Key: HUDI-6371
> URL: https://issues.apache.org/jira/browse/HUDI-6371
> Project: Apache Hudi
> Issue Type: Bug
> Reporter: Prashant Wason
> Priority: Major
> Labels: release-0.14.0-blocker
> Fix For: 1.0.0
>
>
> IndexingCatchupTask::run() iterates over all the commits to sync them to MDT.
> It will sleep while the commit is inflight. But if the commit actually failed
> then it will forever be in inflight mode and hence the run will never
> progress.
> We should use HB to detect failed commits and ignore them.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)