fix(stream): disable the status check.
This commit is contained in:
parent
3ee3b16ebb
commit
e05d61456a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue