Merge branch 'develop' of https://github.com/taosdata/TDengine into develop
This commit is contained in:
commit
5447a88c6c
|
@ -677,13 +677,13 @@ static int32_t tsdbRecvDFileSetInfo(SSyncH *pSynch) {
|
||||||
|
|
||||||
static int tsdbReload(STsdbRepo *pRepo, bool isMfChanged) {
|
static int tsdbReload(STsdbRepo *pRepo, bool isMfChanged) {
|
||||||
// TODO: may need to stop and restart stream
|
// TODO: may need to stop and restart stream
|
||||||
if (isMfChanged) {
|
// if (isMfChanged) {
|
||||||
tsdbCloseMeta(pRepo);
|
tsdbCloseMeta(pRepo);
|
||||||
tsdbFreeMeta(pRepo->tsdbMeta);
|
tsdbFreeMeta(pRepo->tsdbMeta);
|
||||||
pRepo->tsdbMeta = tsdbNewMeta(REPO_CFG(pRepo));
|
pRepo->tsdbMeta = tsdbNewMeta(REPO_CFG(pRepo));
|
||||||
tsdbOpenMeta(pRepo);
|
tsdbOpenMeta(pRepo);
|
||||||
tsdbLoadMetaCache(pRepo, true);
|
tsdbLoadMetaCache(pRepo, true);
|
||||||
}
|
// }
|
||||||
|
|
||||||
tsdbUnRefMemTable(pRepo, pRepo->mem);
|
tsdbUnRefMemTable(pRepo, pRepo->mem);
|
||||||
tsdbUnRefMemTable(pRepo, pRepo->imem);
|
tsdbUnRefMemTable(pRepo, pRepo->imem);
|
||||||
|
|
Loading…
Reference in New Issue