From d9bdcbeb2625efdc6c46fc982df578d89bb01fb5 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Tue, 6 Sep 2022 12:01:03 +0200 Subject: [PATCH] fix #28297 Signed-off-by: Valentin Boettcher --- src/ray/gcs/gcs_client/global_state_accessor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ray/gcs/gcs_client/global_state_accessor.cc b/src/ray/gcs/gcs_client/global_state_accessor.cc index df943e9d0..859387080 100644 --- a/src/ray/gcs/gcs_client/global_state_accessor.cc +++ b/src/ray/gcs/gcs_client/global_state_accessor.cc @@ -355,7 +355,7 @@ ray::Status GlobalStateAccessor::GetNodeToConnectForDriver( if (relevant_client_index < 0 && head_node_client_index >= 0) { RAY_LOG(INFO) << "This node has an IP address of " << node_ip_address - << ", while we can not found the matched Raylet address. " + << ", while we can not find the matched Raylet address. " << "This maybe come from when you connect the Ray cluster " << "with a different IP address or connect a container."; relevant_client_index = head_node_client_index;