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

Occasional KeyError on /index/summary endpoint #2461

Closed
theathorn opened this issue Nov 17, 2020 · 2 comments
Closed

Occasional KeyError on /index/summary endpoint #2461

theathorn opened this issue Nov 17, 2020 · 2 comments
Assignees
Labels
code [subject] Production code demoed [process] Successfully demonstrated to team orange [process] Done by the Azul team

Comments

@theathorn
Copy link

Not sure of the steps to generate this, but I selected the DCP2 Catalog, file type as "unspecified" then clicked on something and got:
image.png

@github-actions github-actions bot added the orange [process] Done by the Azul team label Nov 17, 2020
@hannes-ucsc
Copy link
Member

I don't think this is caused by what @theathorn was doing at the time but rather a random race condition. The summary endpoint runs three or so requests in parallel and that exposes a thread-safety issue with boto3 sessions: boto/boto3#1592

@melainalegaspi melainalegaspi added bug code [subject] Production code labels Nov 17, 2020
@theathorn
Copy link
Author

From @kbergin : Got this error when trying to do a handoff from dcp2.data.humancellatlas.org. I selected a project and clicked the export button and it gave me this error. I hit the back button then clicked it again and got the export selection page with no error.

@hannes-ucsc hannes-ucsc changed the title /index/summary exception Occasional KeyError on /index/summary endpoint Dec 3, 2020
@theathorn theathorn added this to the MVP Deliverable 1a milestone Dec 3, 2020
@melainalegaspi melainalegaspi added the demoed [process] Successfully demonstrated to team label Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code [subject] Production code demoed [process] Successfully demonstrated to team orange [process] Done by the Azul team
Projects
None yet
Development

No branches or pull requests

4 participants