fix: update diskId when migrate DFileSet
This commit is contained in:
parent
28c18914a8
commit
2d75447bb2
|
@ -962,6 +962,8 @@ int32_t tsdbFSUpsertFSet(STsdbFS *pFS, SDFileSet *pSet) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pDFileSet->diskId = pSet->diskId;
|
||||||
|
|
||||||
goto _exit;
|
goto _exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue