From 6cb65f438528fb14c99a8658f2ca76aed0912f75 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Tue, 16 Nov 2021 15:51:11 +0800 Subject: [PATCH] more --- source/dnode/vnode/impl/src/vnodeMain.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/dnode/vnode/impl/src/vnodeMain.c b/source/dnode/vnode/impl/src/vnodeMain.c index 7381fb28af..2746b729a6 100644 --- a/source/dnode/vnode/impl/src/vnodeMain.c +++ b/source/dnode/vnode/impl/src/vnodeMain.c @@ -110,11 +110,11 @@ static int vnodeOpenImpl(SVnode *pVnode) { // TODO: Open TQ sprintf(dir, "%s/wal", pVnode->path); - pVnode->pTq = tqOpen(dir, NULL /* TODO */); - if (pVnode->pTq == NULL) { - // TODO: handle error - return -1; - } + // pVnode->pTq = tqOpen(dir, NULL /* TODO */); + // if (pVnode->pTq == NULL) { + // // TODO: handle error + // return -1; + // } // Open WAL sprintf(dir, "%s/wal", pVnode->path);