How severe does this issue affect your experience of using Ray?
- High: It blocks me to complete my task.
I tried running
serve run --address 10.184.26.214:8265 capitalizer:capitalizer_app
, where capitalizer:capitalizer_app is a very simple ray serve app that capitalizes. However, I get the following error:
Traceback (most recent call last):
File "/Users/ammar.alrashed/code/ray_versions/ray_271/lib/python3.8/site-packages/ray/_private/worker.py", line 1598, in init
_global_node = ray._private.node.Node(
File "/Users/ammar.alrashed/code/ray_versions/ray_271/lib/python3.8/site-packages/ray/_private/node.py", line 156, in __init__
self._init_gcs_client()
File "/Users/ammar.alrashed/code/ray_versions/ray_271/lib/python3.8/site-packages/ray/_private/node.py", line 729, in _init_gcs_client
raise RuntimeError(
RuntimeError: Failed to connect to GCS.
Does anyone know what the problem is?