-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manifest unknown errors during pulls (seemingly after GC) #20131
Comments
|
We are using AWS S3 for our blob storage. I am actively looking through our logs to see if there is anything that we can glean from them. |
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days. |
This issue was closed because it has been stalled for 30 days with no activity. If this issue is still relevant, please re-open a new issue. |
@nmcostello, can you check if your issue is related to #20547? |
@Vad1mo The issue appears connected. We observed the same behaviors. I can't confirm or deny that specific error code. We were running v2.7.x at the time. edit: it happened long enough ago that I don't think we have logs from the event, but let me know if there is anything the team can provide you to help debug. |
Problem
We turned GC on over this past weekend after having paused it for a bit due to other issues. When we returned to work this week, we began to see some images fail to pull with manifest or blob unknown errors.
After doing some debugging I can find the affected blob is:
sha256:93f54f...0f
. When I dive into the harbor UI this error pops up when I navigate into the previously mentioned artifact.I went into the database and ran the query
select * from artifact_blob where digest_blob like '%93f54f%'
, which returns:6051788
sha256:96e655...52
sha256:93f54f...0f
2024-01-12 22:52:33.087429
Then when I check the path in our S3 bucket, that sha is not found, which explains the blob unknown error.
Questions
The text was updated successfully, but these errors were encountered: