-
Notifications
You must be signed in to change notification settings - Fork 61
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
Potential race condition obtaining data from CDS-beta #110
Comments
If it helps and if I follow the stacktrace correctly, then: I submitted this issue as a ticket to ECMWF support (almost a week ago) and was told that Common Data Store Engine team would take care about it (yesterday), but did not hear anything from their side yet. Possible workaround: Sidenote: This error seems to be independent from the actual request. |
I am also encountering this issue, would be helpful if this would be fixed in the toolbox. @sdoerner84 did you also recieve a ECMWF support issue number by any chance? And did you provide them with this issue number? |
@veenstrajelmer To my knowledge I did not get a support issue number and would know whom to provide what where (sorry - I'm a complete beginner on GitHub). I have a support ticket number and was only told that "[ECMWF support is] forwarding [my] request to the Common Data Store Engine team for their attention." |
I got hit with this as well, a workaround is to ignore the exception perhaps and retry later |
Is the hope that this is fixed by ecmwf-projects/cads-api-client#59 ? |
Got note from an ECMWF support ticket that this should be resolved. Will close this out in a couple days if I don't encounter the issue anymore. |
@stefan-maxar was it indeed fixed? Could you link the related PR to this issue? |
@veenstrajelmer from what I've seen, yes, it was fixed. I dont have a PR as the fix was an internal change (to the new CDS archive I believe) by ECMWF's Data Stores team. |
Ok, thanks for the clarification and great that it is fixed! |
What happened?
When submitting a request to CDS-beta, we occasionally get the following error from the CDS API. Resubmitting the same exact JSON payload request again runs successfully. So, something isn't "waiting" long enough, but it only happens randomly.
What are the steps to reproduce the bug?
The above issue is sporadic and can be randomly produced by submitting to the CDS-beta via Python API. We have noticed it more for pressure-level requests like the following JSON:
Our CDS client configuration looks like (we understand that verify=1 is not implemented yet):
Version
0.7.0
Platform (OS and architecture)
AmazonLinux 2023 with Python 3.11
Relevant log output
No response
Accompanying data
No response
Organisation
No response
The text was updated successfully, but these errors were encountered: