-
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
3.5.7 No more result from API when workflows.argoproj.io/phase=Running
#13143
Comments
I imagine this is due to #13021, I can't see another likely source of the problem. |
workflows.argoproj.io/phase=Running
Yes it would be from there, cc @jiachengxu. That would suggest the archived merging logic has a bug in it -- archived workflows will never be in |
I tried to reproduce the issue locally with v3.5.7, but I couldn't reproduce the issue, the followings are screenshots from my test, and both UI and postman returned the running workflows. @Joibel IIRC, you are also running v3.5.7 in some of your environments, have you seen this issue before? |
Thanks for trying to reproduce it @jiachengxu. We are running 3.5.7 in all our environments but we haven't seen it. We don't use the API all that much, we're generally Watch/Listing the actual workflows for most of our automation, and the stock open source UI is behaving fine. |
Probably important information, we are using persistance with PostgreSQL database. The behaviour could be different on that case? |
@hmoulart Thanks for providing the info, during my test, I was also using the postgres database for archiving workflows. |
Thanks for trying to repro Alan and Jiacheng! @hmoulart I imagine there must be some other confounding variable here, perhaps in your Argo configuration, if it hasn't been easily reproduced |
@hmoulart have u tried v3.5.8? |
@tooptoop4 I'm going to try tomorrow :) Thanks |
Hello, |
For reference, that means this was resolved by #13166 |
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened/what you expected to happen?
Hello,
We have likely identified a regression in version 3.5.7. This is unexpected, as there are no related issues or changes noted in the changelog. The Argo Workflows API does not return any results when queried with
workflows.argoproj.io/phase=Running
,workflows.argoproj.io/phase=Pending
.Failed
,Succeeded
,Error
are OK.Version 3.5.7:
Version 3.5.6:
Thank you for your help on that issue
Hugo
Version
3.5.7
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
GET https://[URL]/api/v1/workflows/[NAMESPACE]?listOptions.labelSelector=workflows.argoproj.io/phase=Running&listOptions.limit=10
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: