Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
This commit is contained in:
commit
bf8def41cc
|
@ -283,6 +283,8 @@ void streamTaskStartMonitorCheckRsp(SStreamTask* pTask) {
|
||||||
// drop procedure already started, not start check downstream now
|
// drop procedure already started, not start check downstream now
|
||||||
ETaskStatus s = streamTaskGetStatus(pTask).state;
|
ETaskStatus s = streamTaskGetStatus(pTask).state;
|
||||||
if (s == TASK_STATUS__DROPPING) {
|
if (s == TASK_STATUS__DROPPING) {
|
||||||
|
stDebug("s-task:%s task not in uninit status, status:%s not start monitor check-rsp", pTask->id.idStr,
|
||||||
|
streamTaskGetStatusStr(s));
|
||||||
streamMutexUnlock(&pInfo->checkInfoLock);
|
streamMutexUnlock(&pInfo->checkInfoLock);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue