init dropped vnode num
This commit is contained in:
parent
01a648bcc9
commit
f6426b7e0a
|
@ -776,6 +776,7 @@ static int32_t vmStartVnodes(SVnodeMgmt *pMgmt) {
|
||||||
}
|
}
|
||||||
|
|
||||||
pMgmt->state.openVnodes = 0;
|
pMgmt->state.openVnodes = 0;
|
||||||
|
pMgmt->state.dropVnodes = 0;
|
||||||
dInfo("restore %d vnodes with %d threads", numOfVnodes, threadNum);
|
dInfo("restore %d vnodes with %d threads", numOfVnodes, threadNum);
|
||||||
|
|
||||||
for (int32_t t = 0; t < threadNum; ++t) {
|
for (int32_t t = 0; t < threadNum; ++t) {
|
||||||
|
|
Loading…
Reference in New Issue