Merge pull request #27798 from taosdata/hjxilinx-patch-2
fix(stream): remove invalid sleep
This commit is contained in:
commit
c0876ead80
|
@ -1486,8 +1486,6 @@ int32_t streamProcessDispatchRsp(SStreamTask* pTask, SStreamDispatchRsp* pRsp, i
|
||||||
int32_t numOfFailed = 0;
|
int32_t numOfFailed = 0;
|
||||||
bool triggerDispatchRsp = false;
|
bool triggerDispatchRsp = false;
|
||||||
|
|
||||||
taosMsleep(500);
|
|
||||||
|
|
||||||
// we only set the dispatch msg info for current checkpoint trans
|
// we only set the dispatch msg info for current checkpoint trans
|
||||||
streamMutexLock(&pTask->lock);
|
streamMutexLock(&pTask->lock);
|
||||||
triggerDispatchRsp = (streamTaskGetStatus(pTask).state == TASK_STATUS__CK) &&
|
triggerDispatchRsp = (streamTaskGetStatus(pTask).state == TASK_STATUS__CK) &&
|
||||||
|
|
Loading…
Reference in New Issue