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] Filtering Nodes on the ExecutionDetails page can cause missing information in the Graph tab #425

Closed
1 of 13 tasks
schottra opened this issue Jul 22, 2020 · 1 comment
Assignees
Labels
bug Something isn't working ui Admin console user interface

Comments

@schottra
Copy link
Contributor

Describe the bug
If I filter the executions available in the Nodes tab, then switch to the Graph tab, any executions that were filtered out of the Nodes view will also not appear on the Graph tab.

Expected behavior
The Graph tab does not have filtering behavior. It shows all primary nodes and annotates them with whatever execution information is available. I expect that the graph tab will not lose information when I execute filtering on another tab.

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. Open the Execution Details page for any Workflow Execution.
  2. Observe the graph tab, at least one Node should have a status dot and not be greyed out.
  3. Return to Nodes tab, apply a filter that would exclude the observed Node.
  4. Return to Graph tab, associated Node is now missing the status dot and is greyed out.

Screenshots
Nodes view with no filter
image

Graph view with no filter
image

Nodes view filtering out the failed NodeExecution
image

Graph view, now missing the details for that Node
image

@schottra schottra added bug Something isn't working ui Admin console user interface untriaged This issues has not yet been looked at by the Maintainers labels Jul 22, 2020
@schottra schottra self-assigned this Aug 10, 2020
@schottra schottra removed the untriaged This issues has not yet been looked at by the Maintainers label Aug 10, 2020
@schottra
Copy link
Contributor Author

fixed by flyteorg/flyteconsole#88
Available in flyteconsole v0.8.1

eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 6, 2022
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 20, 2022
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Aug 21, 2023
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Apr 30, 2024
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Apr 30, 2024
austin362667 pushed a commit to austin362667/flyte that referenced this issue May 7, 2024
robert-ulbrich-mercedes-benz pushed a commit to robert-ulbrich-mercedes-benz/flyte that referenced this issue Jul 2, 2024
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

1 participant