goharbor / harbor

An open source trusted cloud native registry project that stores, signs, and scans content.
https://goharbor.io
Apache License 2.0
23.8k stars 4.73k forks source link

ReverseProxy read error during body copy: unexpected EOF #6527

Closed xuejipeng closed 5 years ago

xuejipeng commented 5 years ago

If you are reporting a problem, please make sure the following information are provided:

Expected behavior and actual behavior: dockr pull some image end with 'received unexpected HTTP status: 500 Internal Server Error' only part of the mirror has this problem.

Steps to reproduce the problem: Please provide the steps to reproduce this problem.

Versions: Please specify the versions of following systems.

Additional context:

ywk253100 commented 5 years ago

Provide the logs of registry and check if any errors in it.

xuejipeng commented 5 years ago

When I was in pull, I only saw the following error, image

and this image of the log is not the image of my pull.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

reasonerjt commented 5 years ago

@xuejipeng looks like an env issue, I'm closing it due to inactivity, please re-open if you are seeing this after upgrading.

cyberwave commented 5 years ago

I got the same problem, the log output below:" httputil: ReverseProxy read error during body copy: unexpected EOF

2019/09/17 17:12:53 [Recovery] 2019/09/17 - 17:12:53 panic recovered: POST /v2/web/image/upload HTTP/1.1 Host: baas-network.jd.com Connection: close Accept: / Accept-Encoding: gzip, deflate, br Accept-Language: zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7 Connection: close Content-Length: 51047 Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryXadrBpwB2HD6UTRn ... " anyone have idea about it?