meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
git:gitlab:registry:graceful_stop [2025/09/22 10:57] niziakgit:gitlab:registry:graceful_stop [2025/11/09 20:43] (current) niziak
Line 16: Line 16:
 ====== error reading from server: EOF #2 ====== ====== error reading from server: EOF #2 ======
  
-No ''gitlab-ctl registry-garbage-collect'' was running. No ''gracefull stop'' in logs. But runner cannot fetch manifest. Server returns ''404''+<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'logs. But runner cannot fetch manifest. Server returns ''404''
  
 <code json> <code json>
Line 23: Line 33:
 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} 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> </code>
 +
 +Possible cause: cleanup policy set for this repository and Gitlab is responsible to schedule it - no track in log ???
 +
 +Possible workaround: migrate to new [[https://docs.gitlab.com/administration/packages/container_registry_metadata_database/|Container registry metadata database]]
 +
 +
 +