Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
None
-
None
Description
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.