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] Ray Job submit fails when GCS is enabled #2676

Open
1 of 2 tasks
XBeg9 opened this issue Dec 20, 2024 · 0 comments
Open
1 of 2 tasks

[Bug] Ray Job submit fails when GCS is enabled #2676

XBeg9 opened this issue Dec 20, 2024 · 0 comments
Labels
bug Something isn't working triage

Comments

@XBeg9
Copy link

XBeg9 commented Dec 20, 2024

Search before asking

  • I searched the issues and found no similar issues.

KubeRay Component

ray-operator

What happened + What you expected to happen

export RAY_ADDRESS=http://172.27.0.143:8265 && ray job submit --verbose --working-dir job -- python script.py

RuntimeError: Request failed with status code 500: No available agent to submit job, please try again later..

Reproduction script

# script.py
import ray

@ray.remote
def hello_world():
    return "hello world"

# Automatically connect to the running Ray cluster.
ray.init()
print(ray.get(hello_world.remote()))

GCS is enabled on cluster (redis)

export RAY_ADDRESS=http://172.27.0.143:8265 && ray job submit --verbose --working-dir job -- python script.py

Anything else

Same cluster, but without GCS works as expected job is submitted.

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@XBeg9 XBeg9 added bug Something isn't working triage labels Dec 20, 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 triage
Projects
None yet
Development

No branches or pull requests

1 participant