-
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
[cherry-pick 2.7] GC: correctly handle manifest unknown (404) condition in v2DeleteManifest retry loop #18534
Conversation
…n v2DeleteManifest retry loop Signed-off-by: Danny Kulchinsky <[email protected]>
506d7ab
to
6cb6f22
Compare
Codecov Report
@@ Coverage Diff @@
## release-2.7.0 #18534 +/- ##
=================================================
+ Coverage 66.40% 66.55% +0.14%
=================================================
Files 1012 1012
Lines 108614 108966 +352
Branches 2677 2677
=================================================
+ Hits 72129 72519 +390
+ Misses 32522 32484 -38
Partials 3963 3963
Flags with carried forward coverage won't be shown. Click here to find out more.
|
UTTEST is failing, but I fail to see how this could be related to my change? |
@dkulchinsky I suggest also opening up a PR for 2.8. |
Hey @Vad1mo, cherry picked to release-2.8.0 |
Hey @Vad1mo, I think this is good to go? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should revise this PR in main branch.
closed by closed by #18662 (comment) |
I would like to see this feature in 2.7 and 2.8, we have a dozen of harbor instances failing because of this error. |
Thanks @Vad1mo, agree 100% and was asking for the same here I'm happy to do the PRs as long as there's intention to accept them. |
@Vad1mo @dkulchinsky If we want to have this enhancement in versions 2.7 and 2.8, we should backport this change instead of the current pull request. |
@wy65701436 that's great! I'm going to prepare PRs today for 2.7 & 2.8 based on #18662 |
Comprehensive Summary of your change
cherry pick of #18386 for release 2.7
/cc @Vad1mo & @zyyw
Issue being fixed
Fixes #18381
Please indicate you've done the following: