fixup: fix tsdbFSDoSanAndFix

This commit is contained in:
Benguang Zhao 2023-09-20 15:38:34 +08:00
parent e901adfdf3
commit a6d5deb5d1
1 changed files with 2 additions and 1 deletions

View File

@ -521,8 +521,9 @@ static int32_t tsdbFSDoSanAndFix(STFileSystem *fs) {
}
if (corrupt) {
tsdbError("vgId:%d, not to clear unreferenced files since some fset corrupted", TD_VID(fs->tsdb->pVnode));
tsdbError("vgId:%d, not to clear unreferenced files due to fset incompleteness", TD_VID(fs->tsdb->pVnode));
fs->fsstate = TSDB_FS_STATE_INCOMPLETE;
code = 0;
goto _exit;
}