Zoekt indices without zoekt_repositories stuck in initializing
What does this MR do and why?
zoekt_indices which don't have any zoekt_repositories gets stuck in the initializing state. The task mark_indices_as_ready that is supposed to move these indices to ready can not move these indices to ready because the scope used in this task with_all_repositories_ready is moving only those indices to ready which have all zoekt_repositories. It is skipping the indices that don't have any zoekt_repositories.
Rewrite the scope with_all_repositories_ready to with_all_finished_repositories to include the indices that don't have any zoekt_repositories or whose all zoekt_repositories are in the finished states(ready or finished).
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Related to #506635 (closed)