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] FlyteConsole can't handle the example merge_sort.py #3863

Closed
2 tasks done
Future-Outlier opened this issue Jul 12, 2023 · 3 comments
Closed
2 tasks done

[BUG] FlyteConsole can't handle the example merge_sort.py #3863

Future-Outlier opened this issue Jul 12, 2023 · 3 comments
Assignees
Labels
bug Something isn't working ui Admin console user interface

Comments

@Future-Outlier
Copy link
Member

Describe the bug

When I use the example from merge_sort.py, which is from here
Use the following command

pyflyte run --remote merge_sort.py merge_sort --numbers=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21] --numbers_count=21

and open my flyteconsole, the bug will happen.

The output is right, but the behavior isn't.

Note:
I've contributed to the merge_sort.py to change the behavior, but my code can still reproduce the bug.

Expected behavior

1.See the graph in FlyteConsole.
2.See the Nodes in FlyteConsole.

Additional context to reproduce

No response

Screenshots

image
image

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@Future-Outlier Future-Outlier added bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers labels Jul 12, 2023
@pingsutw pingsutw added ui Admin console user interface and removed untriaged This issues has not yet been looked at by the Maintainers labels Jul 12, 2023
@wild-endeavor
Copy link
Contributor

@wild-endeavor
Copy link
Contributor

flyteorg/flyteconsole#788 fixes this issue.

@wild-endeavor
Copy link
Contributor

will be in flyte release 1.8.1

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

5 participants