TD-1368
This commit is contained in:
parent
a4ed3cd641
commit
bec674296e
|
@ -396,6 +396,7 @@ void vnodeRelease(void *pVnodeRaw) {
|
|||
if (0 == tsEnableVnodeBak) {
|
||||
vInfo("vgId:%d, vnode backup not enabled", pVnode->vgId);
|
||||
} else {
|
||||
taosRemoveDir(newDir);
|
||||
taosRename(rootDir, newDir);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue