How severe does this issue affect your experience of using Ray?
- High: It blocks me to complete my task.
Currently when I try using ray.init to connect a client to head node of a cluster (of two machines) I get the error message:
ConnectionError: Request can’t be sent because the Ray client has already been disconnected due to an error. Last exception: <_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.NOT_FOUND
details = “Attempted to reconnect a session that has already been cleaned up”
debug_error_string = “{“created”:”@1668701483.254000000",“description”:“Error received from peer ipv4::”,“file”:“src/code/lib/surfaces/call.cc”,“file_line”:1075,“gprc_message”:“Attempted to reconnect a session that has already been cleaned up”,“gprc_status”:5}"
When I only the head node standalone (without any other cluster machines connected), I do not get this error. Its only when I try to connect other machines to the head node. I am running on Windows. Happy to provide more more info! Just frustrated because I’ve been stuck on this for a while.