Skip to content
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] Flyte console "Status" filter is not working as expected #546

Closed
2 of 20 tasks
bnsblue opened this issue Oct 12, 2020 · 3 comments
Closed
2 of 20 tasks

[BUG] Flyte console "Status" filter is not working as expected #546

bnsblue opened this issue Oct 12, 2020 · 3 comments
Assignees
Labels
bug Something isn't working ui Admin console user interface
Milestone

Comments

@bnsblue
Copy link
Contributor

bnsblue commented Oct 12, 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 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:

  1. ...
  2. ...

Screenshots

Right after entering the workflow view (i.e., the "correct" outcome):
image

After checking the "Failed" filter box. You can see that the latest failed execution is not shown
image

After unchecking the filter. You can see that the list doesn't match the correct outcome shown above.
image

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.

@bnsblue bnsblue added bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers labels Oct 12, 2020
@katrogan
Copy link
Contributor

@bnsblue could this be a dupe of #539 ?

@schottra
Copy link
Contributor

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 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
@schottra schottra added this to the 0.9.0 milestone Oct 13, 2020
@schottra
Copy link
Contributor

Fixed by flyteorg/flyteconsole#105
Available in flyteconsole v0.13.2

eapolinario pushed a commit to eapolinario/flyte that referenced this issue Jul 24, 2023
)

Signed-off-by: Daniel Rammer <daniel@union.ai>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Jul 24, 2023
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Aug 9, 2023
)

Signed-off-by: Daniel Rammer <daniel@union.ai>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Aug 21, 2023
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui Admin console user interface
Projects
None yet
Development

No branches or pull requests

3 participants