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

fix(stream): disable the status check.

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