-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update the docker image to use the latest odc-stats version 1.0.33 #87
Comments
Hi @emmaai @SpacemanPaul @omad, it looks like dockerise test failed (https://github.com/opendatacube/odc-stats/actions/runs/4191291551/jobs/7265577644). Any idea why? |
The connection is reset by s3. Rerun will fix it. |
Hi @emmaai @spac @omad . I've tested the latest published image from the rerun workflow and the odc-stats version is still 1.0.32. What could be causing this? |
had a look, it used the cache available in ecr, since nothing has changed with the files involved in the docker image building. |
Hi @emmaai, do you have an estimate of when this can be fixed? we urgently need this new image to generate S2 gm products. |
I've been noticing a lot of intermittent failures in tests using external S3 data in odc-tools - especially those using Maybe in the meantime, it's worth trying to set Apparently max_retry default is 0: |
Within this week. |
For the test, odc-stats/docker/docker-compose.yml Line 21 in 0826115
and here odc-stats/.github/workflows/main.yml Line 137 in 0826115
Still, the connection can be reset by s3 server, which can not be caught or retried. |
Could you have a look at PR #88, it should resolve the issue. |
The docker image tagged
latest
uses theodc-stats
version1.0.32
instead of the latestodc-stats
version which is1.0.33
.docker container run -it opendatacube/datacube-statistician:latest pip list| grep odc-stats
odc-stats 1.0.32
The text was updated successfully, but these errors were encountered: