提交 e05d6145 编写于 作者: H Haojun Liao

fix(stream): disable the status check.

上级 3ee3b16e
...@@ -84,10 +84,10 @@ void streamMetaClose(SStreamMeta* pMeta) { ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册