fix(stream): update the atomic variables.

This commit is contained in:
Haojun Liao 2023-04-18 16:21:30 +08:00
parent 7da998ecfb
commit abfc2455e6
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ int tqStreamTasksScanWal(STQ* pTq) {
taosWUnLockLatch(&pMeta->lock);
tqInfo("vgId:%d scan wal for stream tasks for %d times", vgId, times);
} else {
ASSERT(pMeta->walScan >= 1);
}
}