fixup: fix tsdbFSDoSanAndFix
This commit is contained in:
parent
e901adfdf3
commit
a6d5deb5d1
|
@ -521,8 +521,9 @@ static int32_t tsdbFSDoSanAndFix(STFileSystem *fs) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (corrupt) {
|
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;
|
fs->fsstate = TSDB_FS_STATE_INCOMPLETE;
|
||||||
|
code = 0;
|
||||||
goto _exit;
|
goto _exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue