flyte icon indicating copy to clipboard operation
flyte copied to clipboard

[BUG] Task execution error

Open rifle555 opened this issue 1 year ago • 5 comments

Describe the bug

When deploying Flyte on the Alibaba Cloud platform and executing the Hello World task <pyflyte run --remote basics/hello_world.py hello_world_wf> , an error occurs as shown in the following figure. What is the cause and how can it be resolved?

image image

Expected behavior

The task is running normally

Additional context to reproduce

No response

Screenshots

No response

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

  • [X] Yes

Have you read the Code of Conduct?

  • [X] Yes

rifle555 avatar Sep 29 '24 03:09 rifle555

Thank you for opening your first issue here! 🛠

welcome[bot] avatar Sep 29 '24 03:09 welcome[bot]

This is because for pyflyte run uses a fast registration system that will need one api implementation in flytestdlib for alibaba clouds object store

kumare3 avatar Sep 29 '24 05:09 kumare3

Please contribute as we have no access to alibaba cloud

To implement https://github.com/flyteorg/flyte/blob/c255605295a2b89001cd8ae2db152ba543bc5d0c/flytestdlib/storage/storage.go#L112

Code

https://github.com/flyteorg/flyte/blob/c255605295a2b89001cd8ae2db152ba543bc5d0c/flytestdlib/storage/stow_store.go#L392

Stow fork in Flyte

https://github.com/flyteorg/stow/tree/master

kumare3 avatar Sep 29 '24 05:09 kumare3

When I switched from OSS to Minio and started Flyte Hello World, I encountered the same error problem. Can you tell me the reason? thanks <pyflyte run --remote basics/hello_world.py hello_world_wf>

image image image image

rifle555 avatar Oct 08 '24 08:10 rifle555

@rifle555 , the error message is saying that your local invocation of pyflyte run cannot reach the Flyte cluster.

Are you running single-binary on a single node? What config file are you using locally to hit the cluster?

eapolinario avatar Oct 08 '24 14:10 eapolinario

"Hello 👋, this issue has been inactive for over 90 days. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏"

github-actions[bot] avatar May 19 '25 00:05 github-actions[bot]

Hello 👋, this issue has been inactive for over 90 days and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏

github-actions[bot] avatar May 27 '25 00:05 github-actions[bot]