fix(stream): add logs.

This commit is contained in:
Haojun Liao 2023-11-25 00:56:18 +08:00
parent b9c727575d
commit 17d4a22e47
1 changed files with 1 additions and 0 deletions

View File

@ -2046,6 +2046,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;
}