This commit is contained in:
Hongze Cheng 2020-10-12 07:55:08 +00:00
parent fec9531bc3
commit 9e8508d2a7
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ static int walRestoreWalFile(SWal *pWal, void *pVnode, FWalWrite writeFp) {
if (!taosCheckChecksumWhole((uint8_t *)pHead, sizeof(SWalHead))) {
wWarn("wal:%s, cksum is messed up, skip the rest of file", name);
terrno = TSDB_CODE_WAL_FILE_CORRUPTED;
ASSERT(false);
// ASSERT(false);
break;
}