[Streaming] Fault Tolerance Implementation (#10008)

This commit is contained in:
Lixin Wei
2020-09-04 20:44:34 +08:00
committed by GitHub
parent 5f5160ead9
commit 1b1466748f
158 changed files with 7042 additions and 1229 deletions
+1 -1
View File
@@ -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);