meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
git:gitlab:registry:graceful_stop [2025/06/16 15:35] – created niziakgit:gitlab:registry:graceful_stop [2025/09/22 12:13] (current) niziak
Line 12: Line 12:
  
 Cron job for ''gitlab-ctl registry-garbage-collect''  Cron job for ''gitlab-ctl registry-garbage-collect'' 
 +
 +
 +====== error reading from server: EOF #2 ======
 +
 +<code>
 +------
 + > importing cache manifest from gitlab.example.com:5050/prjgrp/project-sw:main:
 +------
 +------
 + > importing cache manifest from gitlab.example.com:5050/prjgrp/project-sw:cache:
 +------
 +ERROR: failed to build: failed to receive status: rpc error: code = Unavailable desc = closing transport due to: connection error: desc = "error reading from server: EOF", received prior goaway: code: NO_ERROR, debug data: "graceful_stop"
 +</code>
 +
 +No ''gitlab-ctl registry-garbage-collect'' was running. No ''gracefull stop'' in Gitalb's logs. But runner cannot fetch manifest. Server returns ''404''
 +
 +<code json>
 +2025-09-22_07:56:46.42436 {"content_type":"application/json","correlation_id":"01K5R6SPYPZW4EC1Z46S5BSBF3","duration_ms":1,"host":"gitlab.example.com:5050","level":"info","method":"HEAD","msg":"access","proto":"HTTP/1.1","read_bytes":3180,"referrer":"","remote_addr":"127.0.0.1:47404","remote_ip":"192.168.71.114","status":404,"system":"http","time":"2025-09-22T09:56:46.424+02:00","ttfb_ms":1,"uri":"/v2/prjgroup/project-sw/manifests/cache","user_agent":"buildkit/v0.23","written_bytes":95}
 +
 +2025-09-22_07:56:46.42455 {"content_type":"application/json","correlation_id":"01K5R6SPYPZW4EC1Z46NVGYQ03","duration_ms":2,"host":"gitlab.example.com:5050","level":"info","method":"HEAD","msg":"access","proto":"HTTP/1.1","read_bytes":3179,"referrer":"","remote_addr":"127.0.0.1:47396","remote_ip":"192.168.71.114","status":404,"system":"http","time":"2025-09-22T09:56:46.424+02:00","ttfb_ms":2,"uri":"/v2/prjgroup/project-sw/manifests/main","user_agent":"buildkit/v0.23","written_bytes":94}
 +</code>
 +