Merge pull request #18791 from taosdata/fix/TD-20964-3.0

fix: update diskId when migrate DFileSet
This commit is contained in:
Shengliang Guan 2022-12-08 13:58:29 +08:00 committed by GitHub
commit fc0412b69a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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