fix: update diskId when migrate DFileSet

This commit is contained in:
kailixu 2022-12-08 02:11:39 +08:00
parent 28c18914a8
commit 2d75447bb2
1 changed files with 2 additions and 0 deletions

View File

@ -962,6 +962,8 @@ int32_t tsdbFSUpsertFSet(STsdbFS *pFS, SDFileSet *pSet) {
}
}
pDFileSet->diskId = pSet->diskId;
goto _exit;
}
}