taosdata/TDengine

WAL log entries incomplete in range [211, 4673], aligned with snaphotVer:610

Open

#23,321 创建于 2023年10月18日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)C (5,002 fork)batch import
help wantedquestion

仓库指标

Star
 (24,849 star)
PR 合并指标
 (平均合并 1天 1小时) (30 天内合并 4 个 PR)

描述

是因为systemctl start taosd 服务无法成功启动,在命令行尝试直接执行taosd命令时发现wal log 出错了,如何解决这一问题呢? /usr/bin/taosd 命令 报错error

10/18 17:04:56.381939 00476603 WAL wal module is initialized, rsetId:6 10/18 17:04:56.382195 00476603 DND succceed to read mnode file /mnt/nfs/tdengine_data/data/mnode/mnode.json 10/18 17:04:56.382207 00476603 DND mnode start to open 10/18 17:04:56.382216 00476603 MND start to open mnode in /mnt/nfs/tdengine_data/data/mnode 10/18 17:04:56.384049 00476603 WAL vgId:1, reset commitVer to 610 10/18 17:04:56.384058 00476603 WAL ERROR vgId:1, WAL log entries incomplete in range [211, 4673], aligned with snaphotVer:610 10/18 17:04:56.384063 00476603 WAL ERROR vgId:1, cannot open wal since repair meta file failed 10/18 17:04:56.384136 00476603 MND ERROR failed to open wal since WAL log incomplete. wal:/mnt/nfs/tdengine_data/data/mnode/wal 10/18 17:04:56.384141 00476603 MND ERROR mnode-wal exec failed since WAL log incomplete, start to cleanup 10/18 17:04:56.384146 00476603 MND mnode-wal will cleanup 10/18 17:04:56.384152 00476603 MND ERROR failed to open mnode since WAL log incomplete 10/18 17:04:56.384157 00476603 MND start to close mnode 10/18 17:04:56.384160 00476603 MND mnode is closed 10/18 17:04:56.384163 00476603 DND ERROR failed to open mnode since WAL log incomplete 10/18 17:04:56.384167 00476603 DND ERROR node:mnode, failed to open since WAL log incomplete 10/18 17:04:56.384175 00476603 DND ERROR node:mnode, failed to open since WAL log incomplete 10/18 17:04:56.384178 00476603 DND ERROR failed to open nodes since WAL log incomplete

贡献者指南