Open clarkzinzow opened 3 years ago
Not sure if this is an actual bug when Redis is not reachable: https://github.com/ray-project/ray/blob/be62444bc5924c61d69bb6aec62f967e531e768c/src/ray/gcs/gcs_client/service_based_gcs_client.cc#L112-L149
That should result in the GCS address being unset, i.e. an empty string.
What is the problem?
Upon a failed GCS client RPC, the client will attempt to reconnect to the GCS server. If that reconnection fails, the client will fatally log the GCS address and port. However, multiple such crashes have been reported in which the GCS address is the empty string, suggesting a bug in this logic:
Reproduction (REQUIRED)
TODO: If not an easy fix, get a minimal reproduction.