From f4bad8d511452d77e71d4cd98916af416ac53cbb Mon Sep 17 00:00:00 2001 From: xiao-77 Date: Thu, 19 Sep 2024 17:19:41 +0800 Subject: [PATCH] fix can not start taosd --- source/libs/wal/src/walMgmt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/libs/wal/src/walMgmt.c b/source/libs/wal/src/walMgmt.c index 0f0f9b24bd..9370476496 100644 --- a/source/libs/wal/src/walMgmt.c +++ b/source/libs/wal/src/walMgmt.c @@ -162,7 +162,6 @@ SWal *walOpen(const char *path, SWalCfg *pCfg) { // load meta if (walLoadMeta(pWal) < 0) { wError("vgId:%d, failed to load meta since %s", pWal->cfg.vgId, tstrerror(terrno)); - goto _err; } if (walCheckAndRepairMeta(pWal) < 0) {