fix(stream): do send check info if downstream is not leader.

This commit is contained in:
Haojun Liao 2023-10-24 15:49:50 +08:00
parent 2493c21ed3
commit 9a1a8feec2
1 changed files with 1 additions and 0 deletions

View File

@ -401,6 +401,7 @@ int32_t streamProcessCheckRsp(SStreamTask* pTask, const SStreamTaskCheckRsp* pRs
"s-task:%s downstream taskId:0x%x (vgId:%d) vnode-transfer/leader-change detected, not send check again, "
"roll-back needed",
id, pRsp->downstreamTaskId, pRsp->downstreamNodeId);
return 0;
}
STaskRecheckInfo* pInfo = createRecheckInfo(pTask, pRsp);