This commit is contained in:
Hongze Cheng 2023-06-29 17:48:36 +08:00
parent 63834713b2
commit eee8007736
1 changed files with 1 additions and 1 deletions

View File

@ -1405,7 +1405,7 @@ static int32_t tsdbDataFileWriterCloseCommit(SDataFileWriter *writer, TFileOpArr
code = tsdbDataFileWriteTombFooter(writer);
TSDB_CHECK_CODE(code, lino, _exit);
ftype = TSDB_FTYPE_SMA;
ftype = TSDB_FTYPE_TOMB;
if (writer->config->files[ftype].exist) {
op = (STFileOp){
.optype = TSDB_FOP_REMOVE,