-
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
[BUG] Argo workflow wait container hanging when using artifact repository #1493
Comments
Just to add, here is the output of the rest of the
When argo compresses the artifact using gzip, this condenses down to roughly 30kb in size. From argo to minio the traffic is on the same network, so it's not really leaving the environment. |
Is it resolved in version 2.6.3 ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is this a BUG REPORT or FEATURE REQUEST?:
Bug
What happened:
One of our workflow steps generates some lengthy output which we send to a minio artifact repository. The output generated is roughly 812kb but has the potential to be much more.
The
main
container that runs in our steps executes successfully and exits with a status code of 0. However the wait container, although appears to have ran successfully, hangs in a running state.This is not the case every time... sometimes the wait container finishes quickly, sometimes it hangs, and sometimes it finishes after hanging for 15+ minutes.
What you expected to happen:
The wait container would finish quickly every time
How to reproduce it (as minimally and precisely as possible):
Have a workflow step that generates output and submits that output to an artifact repository.
Anything else we need to know?:
Environment:
v2.3.0
v1.13.5
Other debugging information (if applicable):
wait container logs:
The text was updated successfully, but these errors were encountered: