Open suchen-sci opened 1 month ago
Hi, providing more details will help us better understand your issue.
Hi, team
Thanks a lot for your replay. I am so sorry for the delay of response.
/api/v2.0/health
to obtain health status of harbor.xx.xx.xx.xx - "GET /api/v2.0/health HTTP/1.1" 200 305 "-" "Go-http-client/1.1" 0.002 0.002
.For more information, we get this error when use docker resolver to push layer to harbor service.
time="2024-09-29T10:08:11.441934605Z" level=error msg="failed to build overlaybd: failed to build \"sha256:xxx\": failed to build /tmp/overlaybd/blobs/139: failed to upload layer 20: failed to upload layer 20: failed to copy: failed to do request: Put \"https://harbor-ip/v2/user-123/model-123/blobs/uploads/xxx": write tcp localhost-ip:59480->harbor-ip:20443: use of closed network connection"
Have you set any keep-alive settings for your http client? Or could you check if there's any improper close of your connections?
Hi Team,
We are currently running the Harbor project using Docker Compose. When accessing Nginx-Python with our Golang client, we have encountered an issue where, approximately every few hours, the client experiences an EOF error. Upon investigating with tcpdump, we observed that about one minute after the request, Nginx-Python sometimes sends a RST packet to the client, which results in the Golang client receiving an EOF.
Could you please provide any advice or insights on how to resolve this issue?
Below are the settings for our Golang client:
Thanks a lot!