Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tms-again

This commit is contained in:
slzhou 2023-11-17 16:11:48 +08:00
commit 28ba7a5eef
1 changed files with 1 additions and 1 deletions

View File

@ -1232,7 +1232,7 @@ int32_t tqProcessTaskScanHistory(STQ* pTq, SRpcMsg* pMsg) {
streamMetaReleaseTask(pMeta, pStreamTask);
} else {
STimeWindow* pWindow = &pTask->dataRange.window;
ASSERT(HAS_RELATED_FILLHISTORY_TASK(pTask));
ASSERT(HAS_RELATED_FILLHISTORY_TASK(pTask) || streamTaskShouldStop(pTask));
// Not update the fill-history time window until the state transfer is completed.
tqDebug("s-task:%s scan-history in stream time window completed, start to handle data from WAL, startVer:%" PRId64