fix can not start taosd
This commit is contained in:
parent
8ba8210f64
commit
f4bad8d511
|
@ -162,7 +162,6 @@ SWal *walOpen(const char *path, SWalCfg *pCfg) {
|
||||||
// load meta
|
// load meta
|
||||||
if (walLoadMeta(pWal) < 0) {
|
if (walLoadMeta(pWal) < 0) {
|
||||||
wError("vgId:%d, failed to load meta since %s", pWal->cfg.vgId, tstrerror(terrno));
|
wError("vgId:%d, failed to load meta since %s", pWal->cfg.vgId, tstrerror(terrno));
|
||||||
goto _err;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (walCheckAndRepairMeta(pWal) < 0) {
|
if (walCheckAndRepairMeta(pWal) < 0) {
|
||||||
|
|
Loading…
Reference in New Issue