fix(stream): update the atomic variables.
This commit is contained in:
parent
7da998ecfb
commit
abfc2455e6
|
@ -48,6 +48,8 @@ int tqStreamTasksScanWal(STQ* pTq) {
|
||||||
|
|
||||||
taosWUnLockLatch(&pMeta->lock);
|
taosWUnLockLatch(&pMeta->lock);
|
||||||
tqInfo("vgId:%d scan wal for stream tasks for %d times", vgId, times);
|
tqInfo("vgId:%d scan wal for stream tasks for %d times", vgId, times);
|
||||||
|
} else {
|
||||||
|
ASSERT(pMeta->walScan >= 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue