-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Duplicate put requests to registry trigger errors #4291
Comments
I don't think they are duplicate |
Hi @chanseokoh ... I think this looks like the problem we have too. I could not find howto "disable concurrency" in Jib. |
@ddittmar / @jtama does disabling concurrency solve this issue for you? |
@ldetmer no ... the answer was a configuration of our Harbor registry ... our Harbor use an S3 compatible backend and we basically had to tell Harbor that it should wait until all the S3 nodes have written the data. Sorry I don't have more information because I don't configure our harbor. That's what I've heard from our administrators. |
I can't say for sure, but we also have an managed harbor with S3 backend storage, so it could be that this is the exact same issue. Let me check please (If have enough rights) |
So the answer is no, it did not, but as I said just before, it could be that the fault is not on jib side... |
Environment:
Description of the issue:
During our ci pipeline, we have an error occuring randomly. Jib triggers the same patch request which generates an error.
We know that the first patch takes a bit long to (1m12s) successfully process, but in the mean time Jib sends a second patch requests. This second request is the one that generates an error.
Expected behavior:
Should ends up fine.
Steps to reproduce:
Unable to reproduce surely the error.
Log output:
Additional Information: The registry is a privately managed harbor
The text was updated successfully, but these errors were encountered: