docker / hub-feedback

Feedback and bug reports for the Docker Hub
https://hub.docker.com
235 stars 39 forks source link

[notary.docker.io] frequent timeouts #1862

Open dubo-dubon-duponey opened 5 years ago

dubo-dubon-duponey commented 5 years ago

Problem description

notary.docker.io is timeouting a lot (more than 1 out of 10 requests).

To reproduce, just

export NOTARY_AUTH="$(printf "%s:%s" "$HUB_TEST_USERNAME" "$HUB_TEST_PASSWORD" | base64)"
export REPO=$HUB_TEST_USERNAME/WHATEVER

while true; do
notary list docker.io/$REPO
done

Will result quickly in:

* fatal: you are not authorized to perform this operation: server returned 401.

* fatal: you are not authorized to perform this operation: server returned 401.

* fatal: you are not authorized to perform this operation: server returned 401.

* fatal: you are not authorized to perform this operation: server returned 401.

* fatal: you are not authorized to perform this operation: server returned 401.

* fatal: you are not authorized to perform this operation: server returned 401.

* fatal: you are not authorized to perform this operation: server returned 401.

* fatal: you are not authorized to perform this operation: server returned 401.
ERRO[0005] could not reach https://notary.docker.io: Get https://notary.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

* fatal: client is offline

This is not transient. Has been like that for at least a few weeks / months.

I'm connected through sonic fiber. Also do not have any such issue with the hub itself.

Let me know if you need any network debugging info from me.

cowsrule commented 5 years ago

Thanks for the report (and sorry for the delay!) - looking into it.

github-actions[bot] commented 3 years ago

We are clearing up our old issues and your ticket has been open for one year with no activity. Remove stale label or comment or this will be closed in 15 days.

dubo-dubon-duponey commented 3 years ago

Comment

github-actions[bot] commented 3 years ago

We are clearing up our old issues and your ticket has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 15 days.

dubo-dubon-duponey commented 3 years ago

Jeez. Really?