mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
parent
ea6d53dbf3
commit
d9bdcbeb26
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) {
|
if (relevant_client_index < 0 && head_node_client_index >= 0) {
|
||||||
RAY_LOG(INFO) << "This node has an IP address of " << node_ip_address
|
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 "
|
<< "This maybe come from when you connect the Ray cluster "
|
||||||
<< "with a different IP address or connect a container.";
|
<< "with a different IP address or connect a container.";
|
||||||
relevant_client_index = head_node_client_index;
|
relevant_client_index = head_node_client_index;
|
||||||
|
|
Loading…
Add table
Reference in a new issue