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);
|
tdbClose(pMeta->db);
|
||||||
|
|
||||||
void* pIter = NULL;
|
void* pIter = NULL;
|
||||||
while(pMeta->walScan) {
|
// while(pMeta->walScan) {
|
||||||
qDebug("wait stream daemon quit");
|
// qDebug("wait stream daemon quit");
|
||||||
taosMsleep(100);
|
// taosMsleep(100);
|
||||||
}
|
// }
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
pIter = taosHashIterate(pMeta->pTasks, pIter);
|
pIter = taosHashIterate(pMeta->pTasks, pIter);
|
||||||
|
|
Loading…
Reference in New Issue