Merge pull request #28459 from taosdata/fix/TD-32621-add-log
fix/TD-32621-add-log
This commit is contained in:
commit
c7e4d41774
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue