correct typo in error message

fixes #28297

Signed-off-by: Valentin Boettcher <hiro@protagon.space>
This commit is contained in:
Valentin Boettcher 2022-09-06 12:02:13 +02:00 committed by GitHub
parent ea6d53dbf3
commit b88fd5ab54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;