Pagination in the workflow page is disabled
Pre-requisites
- [X] I have double-checked my configuration
- [X] I have tested with the
:latestimage 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. - [X] I have searched existing issues and could not find a match for this bug
- [ ] I'd like to contribute the fix myself (see contributing guide)
What happened/what did you expect to happen?
We have about 10k+ archived workflows in the dev database, and I'm trying to upgrade from v3.4.10 to v3.5.6.
After the upgrade the next page button in the workflow page is disabled with warning Workflows cannot be globally sorted when paginated. The only way for me to view more workflows is to choose a larger limit. Is there a new setting I need to apply in v3.5?
Version
v3.5.6
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.
N/A
Logs from the workflow controller
N/A
Logs from in your workflow's wait container
N/A
The argo server log has no error, although I can constantly see warnings regarding slow query.
Likely a duplicate of #11715, which should be resolved in 3.5.7, which I was hoping to release this weekend
Likely a duplicate of #11715, which should be resolved in 3.5.7, which I was hoping to release this weekend
Thanks!
v3.5.7 is released, which contains a backport of #12736 / #13021 that fixed #11715.
Please try it out and let us know if it's fixed now.
Yes it's fixed now. Thanks!