-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
fix: transient errors for s3 artifacts: Fixes #7349 #7352
fix: transient errors for s3 artifacts: Fixes #7349 #7352
Conversation
8d7b1e0
to
1e0ed94
Compare
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.
@terrytangyuan Can you take a look here?
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.
lint
build is failing where running ./hack/check-logging.sh
. Can you run this script and check output? It's meant to make sure you do not add Infof/Errorf
logging statements.
23daa79
to
a08f0c7
Compare
I found a problem in my local test setup. That is fixed now. Sorry for the many |
a2ad941
to
078af23
Compare
@terrytangyuan would you be willing to own reviewing this? |
In case you want me to rebase onto master and force-push this to deal with the lint error, just let me know. |
Yes please fix the lint errors |
Signed-off-by: Roel van den Berg <roel.vandenberg@kadaster.nl>
Signed-off-by: Roel van den Berg <roel.vandenberg@kadaster.nl>
Signed-off-by: Roel van den Berg <roel.vandenberg@kadaster.nl>
Signed-off-by: Roel van den Berg <roel.vandenberg@kadaster.nl>
Signed-off-by: Roel van den Berg <roel.vandenberg@kadaster.nl>
Signed-off-by: Roel van den Berg <roel.vandenberg@kadaster.nl>
Signed-off-by: Roel van den Berg <roel.vandenberg@kadaster.nl>
Head branch was pushed to by a user without write access
daf8253
to
3e07a43
Compare
Hey all, I have an issue currently with a s3 backend for workflow artifacts. If I run a workflow I'm able to view the pod logs for a few minutes before I get a 500 Internal Server Error. Is this related? Using Argo Workflows 3.2.4 |
When connection problems occur while loading artifacts, the workflow init step exits and the workflow fails. This is a regression.
We propose a fix in this PR for issue: #7349.
Fixes #7349
In this PR we add an extra check for Transient errors every time the S3 Transient errors are checked.
Don't bother creating a PR until you've done this:
make pre-commit -B
to fix codegen, lint, and commit message problems.Create your PR as a draft.
does not need to pass.
Tips: