-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
P3Issue moderate in impact or severityIssue moderate in impact or severitybugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn'tcoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray Corecore-clientray client related issuesray client related issueswindows
Description
What happened + What you expected to happen
When starting Ray on client in python with:
ray.init(address=REMOTE_ADDRESS, ignore_reinit_error=True)
I'm getting the following error:
2024-04-25 14:29:30,423 INFO worker.py:1567 -- Connecting to existing Ray cluster at address: <numbercruncher-IP>:6379...
2024-04-25 14:29:31,463 INFO node.py:1010 -- Can't find a `node_ip_address.json` file from /tmp/ray\session_2024-04-25_14-29-35_864002_909423. Have you started Ray instsance using `ray start` or `ray.init`?
It looks for me, that there is an issue in the tmp-path, which is half linuxish half windowish.
Versions / Dependencies
Client and Cluster Head have Ray 2.10.0
Reproduction script
I've started the cluster-head with:
ray start --head --port=6379
And executed on the client a python script with the following lines:
import ray
ray.init(address=REMOTE_ADDRESS, ignore_reinit_error=True)
Issue Severity
High: It blocks me from completing my task.
Metadata
Metadata
Assignees
Labels
P3Issue moderate in impact or severityIssue moderate in impact or severitybugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn'tcoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray Corecore-clientray client related issuesray client related issueswindows