fix(stream): add logs.

This commit is contained in:
Haojun Liao 2023-11-25 00:56:18 +08:00
parent 30c776cc0a
commit 9194c0c0cd
1 changed files with 1 additions and 0 deletions

View File

@ -2043,6 +2043,7 @@ int32_t tqProcessTaskDropHTask(STQ* pTq, SRpcMsg* pMsg) {
// clear the scheduler status
streamTaskSetSchedStatusInactive(pTask);
tqDebug("s-task:%s set scheduler status:%d after drop fill-history task", pTask->id.idStr, pTask->status.schedStatus);
streamMetaReleaseTask(pMeta, pTask);
return TSDB_CODE_SUCCESS;
}