-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Handler crashed with error net/http: abort Handler #18087
Comments
Maybe duplicated with #15751 |
We're randomly experiencing the same. With the exact same trace in our logs. Usually in combination when the S3 backend has random stability issues. The image size doesn't even matter too much. The first example i could find from the last days references |
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days. |
Issue still exists on 2.7.1 |
I also encountered the same problem on version 2.7.1, I don't know if you have resolved it yet |
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days. |
This issue was closed because it has been stalled for 30 days with no activity. If this issue is still relevant, please re-open a new issue. |
Expected behavior and actual behavior:
When pulling from a proxy cache project we see panics in
harbor-core
(sorry the image here is from a private quay repo, used to upgrade an openshift cluster, if you do not have a Red Hat subscription, you won't have access to it but it's the only logs I've right now, the problem also occur with non-proxy cache projects and other public/private images)
The cluster report back the following error when trying to pull the image from harbor:
After some retries the image is finally pulled in the cache and operations continue normally.
Steps to reproduce the problem:
Difficult to provide as the problem is intermittent; it also seems to happen on non proxy projects (have seen the seem panic on a replicated project but logs are already rotated)
Versions:
The text was updated successfully, but these errors were encountered: