You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ray start --head is used from Mac, ray.init() doesn't work anymore. It just hangs forever. I think it should just work, and we should only disallow connecting worker nodes (i.e., ray start --address localhost:head_node_port).
When we use the env var + ray start --head, there's the incoming request approval which we didn't have it before @jjyao fixed it long time ago).
Versions / Dependencies
master
Reproduction script
ray start --head in MacOSX
Issue Severity
None
The text was updated successfully, but these errors were encountered:
rkooo567
added
bug
Something that is supposed to be working; but isn't
P0
Issues that should be fixed in short order
core
Issues that should be addressed in Ray Core
labels
Feb 16, 2023
…driver (ray-project#32646)
Removes an unnecessary check when connecting to the cluster. See ray-project#32640.
Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
…driver (ray-project#32646)
Removes an unnecessary check when connecting to the cluster. See ray-project#32640.
Signed-off-by: elliottower <elliot@elliottower.com>
What happened + What you expected to happen
Two issues
Versions / Dependencies
master
Reproduction script
ray start --head in MacOSX
Issue Severity
None
The text was updated successfully, but these errors were encountered: