fix(stream): reset value.
This commit is contained in:
parent
00edb8e612
commit
8bcc8399e6
|
@ -428,6 +428,9 @@ int32_t streamMetaOpen(const char* path, void* ahandle, FTaskBuild buildTaskFn,
|
||||||
TSDB_CHECK_NULL(pMeta->pTaskList, code, lino, _err, terrno);
|
TSDB_CHECK_NULL(pMeta->pTaskList, code, lino, _err, terrno);
|
||||||
|
|
||||||
pMeta->scanInfo.scanSentinel = 0;
|
pMeta->scanInfo.scanSentinel = 0;
|
||||||
|
pMeta->scanInfo.lastScanTs = 0;
|
||||||
|
pMeta->scanInfo.tickCounter = 0;
|
||||||
|
|
||||||
pMeta->vgId = vgId;
|
pMeta->vgId = vgId;
|
||||||
pMeta->ahandle = ahandle;
|
pMeta->ahandle = ahandle;
|
||||||
pMeta->buildTaskFn = buildTaskFn;
|
pMeta->buildTaskFn = buildTaskFn;
|
||||||
|
|
Loading…
Reference in New Issue