init dropped vnode num

This commit is contained in:
xiao-77 2024-09-30 15:41:02 +08:00
parent 01a648bcc9
commit f6426b7e0a
1 changed files with 1 additions and 0 deletions

View File

@ -776,6 +776,7 @@ static int32_t vmStartVnodes(SVnodeMgmt *pMgmt) {
}
pMgmt->state.openVnodes = 0;
pMgmt->state.dropVnodes = 0;
dInfo("restore %d vnodes with %d threads", numOfVnodes, threadNum);
for (int32_t t = 0; t < threadNum; ++t) {