Harbor sometimes returns 500 when pushing images #21435
Unanswered
Pavan-Gunda
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We sometimes see harbor returning an internal server error 500 when pushing images.
level=fatal msg="writing blob: uploading layer to https://harbor.xxx.com received unexpected HTTP status: 500 Internal Server Error"
In harbor core, the error message is "Handler crashed with error net/http: abort Handler"
I searched through the issues related to this and found these,
#15751
golang/go#4074
#19323
#17908
And also increased the proxy timeouts as suggested in here. Any thoughts as to why this could happen and what else i should look for ?
Beta Was this translation helpful? Give feedback.
All reactions