-
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
Error response from daemon: unknown: artifact stencilapi:4.3.0.1 not found #17544
Comments
Hello, We upgrade harbor from 2.2. We also encountered the similar issue. We found different from Harbor UI to API request. Pls help find root cause. |
Today we also had the same issues. any solutions or else advices for me? |
@tm-chang It seems your API path is not correct, please refer to harbor swagger docs. |
@wei-hsin-story @willy2653 Please check the artifact table to look for the missing artifacts. |
You could try this workaround:
|
If using the sha256 to pull, it's actually work ! |
@stonezdj |
dup with: #15620 |
@wei-hsin-story Does it work? |
@stonezdj |
@stonezdj we still need to investigate why the index on repository name is corrupted. |
I currently have the same problem after updating from 2.1.1 to 2.6.2 with 10 of 1272 repositories. @stonezdj I would really like to try your proposed fix. But is the source of |
The source of firstfloor/before_reindex:latest: https://github.com/stonezdj/before_reindex |
Because this issue is uneasy to reproduce in our env, and we have no clear conclusion for it, handle it case by case. |
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. |
Hey @stonezdj, what do you think about closing this issue and using the workaround mentioned in #17544 (comment)? Also, I didn't see any reports of this issue in v2.8. |
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. |
The issue might related to the glibc2.28 change. the glibc 2.28 changed some character sort order esp -_$ with a-z A-Z It caused the database index corruption. Harbor-db v2.2.x --> glibc 2.26 |
upgraded from v2.2.1 to v2.6.0 .
I found some conditions when pull partial image occurred "Error response from daemon: unknown: artifact stencilapi:4.3.0.1 not found"
But from UI , it exactly existed the image.
Then I deleted the image stencilapi and re-push ,
I feel confused from UI.
It have two the same image repository
Now it is work for me.
But how to remove redundant repositories ?
I have no idea to do , because delete it from UI seems to not work.
Is there more methods for correct operation ?
The text was updated successfully, but these errors were encountered: