mirror of
https://github.com/wassname/ray.git
synced 2026-07-15 11:25:40 +08:00
[Streaming] Fault Tolerance Implementation (#10595)
This commit is contained in:
@@ -260,7 +260,7 @@ void UpstreamQueueMessageHandler::OnNotify(
|
||||
<< queue::protobuf::StreamingQueueMessageType_Name(
|
||||
notify_msg->Type())
|
||||
<< ", maybe queue has been destroyed, ignore it."
|
||||
<< " seq id: " << notify_msg->SeqId();
|
||||
<< " msg id: " << notify_msg->MsgId();
|
||||
return;
|
||||
}
|
||||
queue->OnNotify(notify_msg);
|
||||
|
||||
Reference in New Issue
Block a user