fix(stream): reset value.

This commit is contained in:
Haojun Liao 2025-02-23 15:36:26 +08:00
parent 00edb8e612
commit 8bcc8399e6
1 changed files with 3 additions and 0 deletions

View File

@ -428,6 +428,9 @@ int32_t streamMetaOpen(const char* path, void* ahandle, FTaskBuild buildTaskFn,
TSDB_CHECK_NULL(pMeta->pTaskList, code, lino, _err, terrno);
pMeta->scanInfo.scanSentinel = 0;
pMeta->scanInfo.lastScanTs = 0;
pMeta->scanInfo.tickCounter = 0;
pMeta->vgId = vgId;
pMeta->ahandle = ahandle;
pMeta->buildTaskFn = buildTaskFn;