mirror of
https://github.com/wassname/ray.git
synced 2026-07-18 12:40:56 +08:00
[xray] Don't process any more messages from dead node managers (#2688)
This commit is contained in:
committed by
Robert Nishihara
parent
230ac7aa80
commit
8fd5757aaa
@@ -748,6 +748,8 @@ void NodeManager::ProcessNodeManagerMessage(TcpClientConnection &node_manager_cl
|
||||
// TODO(rkn): We need to do some cleanup here.
|
||||
RAY_LOG(DEBUG) << "Received disconnect message from remote node manager. "
|
||||
<< "We need to do some cleanup here.";
|
||||
// Do not process any more messages from this node manager.
|
||||
return;
|
||||
} break;
|
||||
default:
|
||||
RAY_LOG(FATAL) << "Received unexpected message type " << message_type;
|
||||
|
||||
Reference in New Issue
Block a user