fix(stream): disable the status check.

This commit is contained in:
Haojun Liao 2023-04-14 22:45:22 +08:00
parent 3ee3b16ebb
commit e05d61456a
1 changed files with 4 additions and 4 deletions

View File

@ -84,10 +84,10 @@ void streamMetaClose(SStreamMeta* pMeta) {
tdbClose(pMeta->db);
void* pIter = NULL;
while(pMeta->walScan) {
qDebug("wait stream daemon quit");
taosMsleep(100);
}
// while(pMeta->walScan) {
// qDebug("wait stream daemon quit");
// taosMsleep(100);
// }
while (1) {
pIter = taosHashIterate(pMeta->pTasks, pIter);