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
Describe the bug
When I used the status filter, the behavior is erroneous. If you check the "Failed" box, the console only brings up some of the older failed executions. For example, in our hive.ExampleQueryWorkflow, there have been 2 failed execution on 10/12. If I check the Failed box, the console only brings up the failed executions older than 9/27.
Also, after unchecking the box, the console will not be able to bring back the entire up-to-date list of executions. It doesn't show the latest batch of executions; the latest ones it shows were some of the older executions that started 12 hours ago.
Not sure if this bug only affects the status filter or if all the other filters experience the same bug.
Expected behavior
Using the filter should bring up a correct and up-to-date list of recent executions that satisfy the filter value. Unchecking the filters should bring up the correct and up-to-date list of all recent executions.
Flyte component
Overall
Flyte Setup and Installation scripts
Flyte Documentation
Flyte communication (slack/email etc)
FlytePropeller
FlyteIDL (Flyte specification language)
Flytekit (Python SDK)
FlyteAdmin (Control Plane service)
FlytePlugins
DataCatalog
FlyteStdlib (common libraries)
FlyteConsole (UI)
Other
To Reproduce
Steps to reproduce the behavior:
...
...
Screenshots
Right after entering the workflow view (i.e., the "correct" outcome):
After checking the "Failed" filter box. You can see that the latest failed execution is not shown
After unchecking the filter. You can see that the list doesn't match the correct outcome shown above.
Environment Flyte component
Sandbox (local or on one machine)
Cloud hosted
AWS
GCP
Azure
Baremetal
Other
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Looks like Console isn't clearing the token when changing filters, which results in fetching further and further back in the history every time you change a filter.
schottra
added
ui
Admin console user interface
and removed
untriaged
This issues has not yet been looked at by the Maintainers
labels
Oct 13, 2020
Describe the bug
When I used the
status
filter, the behavior is erroneous. If you check the "Failed" box, the console only brings up some of the older failed executions. For example, in ourhive.ExampleQueryWorkflow
, there have been 2 failed execution on 10/12. If I check theFailed
box, the console only brings up the failed executions older than 9/27.Also, after unchecking the box, the console will not be able to bring back the entire up-to-date list of executions. It doesn't show the latest batch of executions; the latest ones it shows were some of the older executions that started 12 hours ago.
Not sure if this bug only affects the
status
filter or if all the other filters experience the same bug.Expected behavior
Using the filter should bring up a correct and up-to-date list of recent executions that satisfy the filter value. Unchecking the filters should bring up the correct and up-to-date list of all recent executions.
Flyte component
To Reproduce
Steps to reproduce the behavior:
Screenshots
Right after entering the workflow view (i.e., the "correct" outcome):
After checking the "Failed" filter box. You can see that the latest failed execution is not shown
After unchecking the filter. You can see that the list doesn't match the correct outcome shown above.
Environment
Flyte component
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: