[
https://issues.apache.org/jira/browse/HUDI-6371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Guo updated HUDI-6371:
----------------------------
Priority: Critical (was: Major)
> 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
> Assignee: Sagar Sumit
> Priority: Critical
> Labels: indexing, writer
> 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)