Open steadynotion opened 1 year ago
Can you paste your ray.init()
code so that I can know how you config the ports?
This issue can occur with a simple ray.init()
that takes no arguments.
I'm also having this issue
solved with https://docs.ray.io/en/latest/cluster/configure-manage-dashboard.html#disabling-the-dashboard
What happened + What you expected to happen
Similar to 'port address conflict causing head node enters into an broken state and not usable #14098'
I received the following error when attempting to configure :func:
~init
:I have reviewed the Ray docs on configuring ports and there do not appear to be any Python-configurable options to set port numbers manually. Mention is made of command-line switches vice Python API in the docs:
https://docs.ray.io/en/latest/ray-core/configure.html#head-node
As this problem has been identified previously is there any update we can get from the Dev Team on when it will be resolved satisfactorialy?
Thanks for your help on this!
Versions / Dependencies
Version: 2.4.0
Reproduction script
import ray
Calling :func:
~init
may triggerValueError
on occasion.ray.init()
Issue Severity
High: It blocks me from completing my task.