Prashant Wason created HUDI-6371:
------------------------------------
Summary: 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
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)