mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
correct typo in error message
fixes #28297 Signed-off-by: Valentin Boettcher <hiro@protagon.space>
This commit is contained in:
parent
ea6d53dbf3
commit
b88fd5ab54
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue