mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
Fix log level on push failure (#16862)
This commit is contained in:
parent
63ce4b4e97
commit
172b54382d
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ void ObjectManager::PushObjectInternal(
|
||||||
auto rpc_client = GetRpcClient(node_id);
|
auto rpc_client = GetRpcClient(node_id);
|
||||||
if (!rpc_client) {
|
if (!rpc_client) {
|
||||||
// Push is best effort, so do nothing here.
|
// Push is best effort, so do nothing here.
|
||||||
RAY_LOG(ERROR)
|
RAY_LOG(INFO)
|
||||||
<< "Failed to establish connection for Push with remote object manager.";
|
<< "Failed to establish connection for Push with remote object manager.";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue