fix bug
This commit is contained in:
parent
63834713b2
commit
eee8007736
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue