Automatically clean up after failed indexing runs (original #402) #1756
Labels
π» aspect: code
Concerns the software code in the repository
π§° goal: internal improvement
Improvement that benefits maintainers, not users
π© priority: low
Low priority and doesn't need to be rushed
𧱠stack: catalog
Related to the catalog and Airflow DAGs
This issue has been migrated from the CC Search API repository
When an indexing job fails (such as if a node in our Elasticsearch cluster has a full disk, or a bug in indexer-worker halts the process), the incomplete index is left inside of the Elasticsearch cluster, requiring someone to manually delete it. The indexer should detect this condition when the job starts and handle it.
The production index is determined by the
image
alias. The indexer should delete any index NOT pointed to by this alias following the naming schemeimage-<uuid>
.Original Comments:
hedonhermdev commented on Sat Feb 22 2020:
CodeMonk263 commented on Sun Feb 23 2020:
source
kgodey commented on Tue Feb 25 2020:
DantrazTrev commented on Sat Feb 29 2020:
hedonhermdev commented on Sat Feb 29 2020:
On Sat, 29 Feb 2020 at 8:07 PM, Dantraz [email protected] wrote:
source
DantrazTrev commented on Sat Feb 29 2020:
kgodey commented on Tue Mar 03 2020:
tushar912 commented on Fri Oct 02 2020:
kgodey commented on Fri Oct 02 2020:
tushar912 commented on Fri Oct 02 2020:
tushar912 commented on Tue Oct 06 2020:
tushar912 commented on Tue Oct 06 2020:
The text was updated successfully, but these errors were encountered: