fix(stream): fix send msg error.
This commit is contained in:
parent
c70c54a099
commit
81d3e5737e
|
@ -1159,7 +1159,7 @@ int32_t streamProcessDispatchRsp(SStreamTask* pTask, SStreamDispatchRsp* pRsp, i
|
||||||
{ // send checkpoint failure msg to mnode directly
|
{ // send checkpoint failure msg to mnode directly
|
||||||
pTask->chkInfo.failedId = pTask->checkpointingId; // record the latest failed checkpoint id
|
pTask->chkInfo.failedId = pTask->checkpointingId; // record the latest failed checkpoint id
|
||||||
pTask->checkpointingId = pTask->checkpointingId;
|
pTask->checkpointingId = pTask->checkpointingId;
|
||||||
streamTaskSendCheckpointReadyMsg(pTask);
|
streamTaskSendCheckpointSourceRsp(pTask);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
stError("s-task:%s downstream task:0x%x(vgId:%d) refused the dispatch msg, treat it as success", id,
|
stError("s-task:%s downstream task:0x%x(vgId:%d) refused the dispatch msg, treat it as success", id,
|
||||||
|
|
Loading…
Reference in New Issue