Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild index job failed #975

Closed
3 tasks done
victorlin opened this issue Aug 9, 2024 · 4 comments · Fixed by #981
Closed
3 tasks done

Rebuild index job failed #975

victorlin opened this issue Aug 9, 2024 · 4 comments · Fixed by #981
Assignees
Labels
bug Something isn't working

Comments

@victorlin
Copy link
Member

victorlin commented Aug 9, 2024

First failed on yesterday's scheduled run:

inventory for core - manifest key: nextstrain-data/config-v1/2024-08-08T01-00Z/manifest.json
There was an error while fetching the S3 inventory for core. This is fatal.
The manifest file for the S3 inventory for bucket nextstrain-data includes more than one inventory file. This situation was not encountered during development, but this is presumably caused by the inventory size exceeding some threshold and being chunked into multiple files. Please check this is indeed the case and, if so, amend the code to parse and join each file.

I noticed when pushing ceb01dc.

Progress

@victorlin victorlin added the bug Something isn't working label Aug 9, 2024
@victorlin
Copy link
Member Author

I need the canary build to complete in order to complete the work associated with the commit, so I'll investigate.

@victorlin victorlin self-assigned this Aug 9, 2024
@victorlin
Copy link
Member Author

Comparing the manifest used for the previous commit on master to the current one:

diff \
    <(aws s3 cp s3://nextstrain-inventories/nextstrain-data/config-v1/2024-07-30T01-00Z/manifest.json -) \
    <(aws s3 cp s3://nextstrain-inventories/nextstrain-data/config-v1/2024-08-08T01-00Z/manifest.json -)

Indeed there are two inventory files now:

5c5
<   "creationTimestamp" : "1722301200000",
---
>   "creationTimestamp" : "1723078800000",
9,11c9,15
<     "key" : "nextstrain-data/config-v1/data/ace7ffe4-a9de-4cae-a17e-af5102e61a82.csv.gz",
<     "size" : 25209320,
<     "MD5checksum" : "86f6b86c69c1080abc25dcce78c2f4ed"
---
>     "key" : "nextstrain-data/config-v1/data/027be65e-df06-4962-8233-bd87cf606c08.csv.gz",
>     "size" : 24492873,
>     "MD5checksum" : "159639032cb63deac7abeba189b2af51"
>   }, {
>     "key" : "nextstrain-data/config-v1/data/48f7d241-e89b-4765-8d04-8a446371d0a0.csv.gz",
>     "size" : 945430,
>     "MD5checksum" : "4b9c6e8cd352124ed608515aa2575f8b"

@victorlin
Copy link
Member Author

victorlin commented Aug 9, 2024

I have a local in-progress draft but I think it will require some testing and reviews which will extend into next week.

Since this is irrelevant to the group update, I'm going to temporarily bypass the index-resources job to unblock deployment.

@tsibley
Copy link
Member

tsibley commented Aug 13, 2024

Previous context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants