definite lost while open vnodes

This commit is contained in:
Shengliang Guan 2020-06-29 09:19:32 +00:00
parent 61ea7bae8b
commit 97340bbdf5
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ static int32_t dnodeOpenVnodes() {
}
free(vnodeList);
free(threads);
dInfo("there are total vnodes:%d, openned:%d failed:%d", numOfVnodes, openVnodes, failedVnodes);
return TSDB_CODE_SUCCESS;