Open mlissner opened 5 hours ago
Looks like we do have an index with this name in our code:
We don't have it in Elastic though:
We do have recap_sweep, but I think that's a different index.
@ERosendo, do you know if we missed a step here?
@mlissner I don't think we missed a step. The index should be recreated by the cronjob:
Oh, there is some funkiness going on here!
I just noticed that the cronjobs aren't finishing. They should have a status of "Completed", but instead they either have "Error" on odd days or "Running" on even days:
Looking in the logs of one that's running (from ten days ago), it says:
INFO Re-indexing task scheduled ID: UkMvqJ2UQQqjcVU9Dxq7_w:768120192
INFO Task progress: 22000/3000097 documents. Estimated time to finish: 8126.203466 seconds.
INFO Task progress: 22000/3000097 documents. Estimated time to finish: 1108154.855345 seconds.
The one from nine days ago has the stacktrace about the index, then the one from eight days says:
INFO Re-indexing task scheduled ID: nmLgdM-aSDCkZNmyVoOodg:1550099198
INFO Task progress: 7000/3822206 documents. Estimated time to finish: 32773.302462 seconds.
INFO Task progress: 7000/3822206 documents. Estimated time to finish: 17895189.307496 seconds.
Ideas?
Just saw this in k8s logs:
(I used chatgpt to reformat that, k9s is making it hard, so it may have hallucinations, but I think it looks OK.)
Looks like it wants an index called recap_document_sweep, which we lack. Need to investigate.