Skip to content

Commit

Permalink
Merge pull request #28459 from taosdata/fix/TD-32621-add-log
Browse files Browse the repository at this point in the history
fix/TD-32621-add-log
  • Loading branch information
hzcheng authored Oct 23, 2024
2 parents 5089e67 + bf2261b commit c7e4d41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/dnode/vnode/src/meta/metaOpen.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ void metaULock(SMeta *pMeta) {
static void metaCleanup(SMeta **ppMeta) {
SMeta *pMeta = *ppMeta;
if (pMeta) {
metaInfo("vgId:%d meta clean up, path:%s", TD_VID(pMeta->pVnode), pMeta->path);
if (pMeta->pEnv) metaAbort(pMeta);
if (pMeta->pCache) metaCacheClose(pMeta);
#ifdef BUILD_NO_CALL
Expand Down

0 comments on commit c7e4d41

Please sign in to comment.