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

ObjRef() returns from ray task #45

Open
clivelo opened this issue May 31, 2023 · 0 comments
Open

ObjRef() returns from ray task #45

clivelo opened this issue May 31, 2023 · 0 comments

Comments

@clivelo
Copy link

clivelo commented May 31, 2023

Testing with the example Pandas DAG.

The build_dataframe() does not return the dataframe but instead returns an ObjRef(), which leads to the next task failing.

Task logs showed

[2023-05-30, 08:13:34 UTC] {ray_backend.py:116} INFO - Failed to look up actor with name 'ray_kv_store'. This could because 1. You are trying to look up a named actor you didn't create. 2. The named actor died. 3. You did not use a namespace matching the namespace of the actor.
[2023-05-30, 08:13:34 UTC] {ray_backend.py:118} INFO - Creating new Actor with identifier Failed to look up actor with name 'ray_kv_store'. This could because 1. You are trying to look up a named actor you didn't create. 2. The named actor died. 3. You did not use a namespace matching the namespace of the actor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant