You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: I noticed that it's all the sharded workflows missing
vtadmin is returning an incomplete list of workflows. We have workflows running in 4 different keyspaces, which are all returned correctly via vtctlclient (formatting changed for readability)
# NOT included in vtadmin output
$ vtctlclient --server localhost:15999 Workflow domains listall
Following workflow(s) found in keyspace domains:
- domains__domains__copy
# included in vtadmin output
$ vtctlclient --server localhost:15999 Workflow iam listall
Following workflow(s) found in keyspace iam:
- iam__workspaces__copy
# NOT included in vtadmin output
$ vtctlclient --server localhost:15999 Workflow keywords listall
Following workflow(s) found in keyspace keywords:
- keywords__keywords__copy
- keywords__workspaces__copy
- workspaces_rankings__pulls_by_team__copy
# included in vtadmin output
$ vtctlclient --server localhost:15999 Workflow workspaces listall
Following workflow(s) found in keyspace workspaces:
- billing__chargebee_coupon_syncer__msgs
- billing__chargebee_invoice_processor__msgs
- billing__hubspot_company_id_syncer__msgs
- billing__usage
- billing__usage_alerter__msgs
- billing__usage_by_workspace
- iam__users__copy
- workspaces__keywords__copy
vtadmin however is only showing workflows from 2 of the 4 keyspaces. It's not missing any workflows inside a keyspace, just entire keyspaces.
There are no server logs, console logs, or failed network calls when visiting the workflows page. On all other pages, the affected keyspaces don't appear to be missing any other data.
derekperkins
changed the title
vtadmin: Workflows page doesn't list workflows from all keyspaces
vtadmin: Workflows page doesn't list sharded workflows
Oct 2, 2023
Overview of the Issue
Update: I noticed that it's all the sharded workflows missing
vtadmin is returning an incomplete list of workflows. We have workflows running in 4 different keyspaces, which are all returned correctly via
vtctlclient
(formatting changed for readability)vtadmin however is only showing workflows from 2 of the 4 keyspaces. It's not missing any workflows inside a keyspace, just entire keyspaces.
There are no server logs, console logs, or failed network calls when visiting the workflows page. On all other pages, the affected keyspaces don't appear to be missing any other data.
Reproduction Steps
Have several workflows running
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: