call vnodeStart after vnodeOpen

This commit is contained in:
Li Minghao 2022-04-25 03:34:29 -07:00
parent 3fc1ce71b3
commit 39daf0bc98
1 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ static void *vmOpenVnodeFunc(void *param) {
pThread->failed++;
} else {
vmOpenVnode(pMgmt, pCfg, pImpl);
vnodeStart(pImpl);
//vnodeStart(pImpl);
dDebug("vgId:%d, is opened by thread:%d", pCfg->vgId, pThread->threadIndex);
pThread->opened++;
}
@ -431,4 +431,4 @@ void vmGetVnodeLoads(SMgmtWrapper *pWrapper, SMonVloadInfo *pInfo) {
}
taosRUnLockLatch(&pMgmt->latch);
}
}