Merge branch 'feature/2.0tsdb' of https://github.com/taosdata/TDengine into feature/2.0tsdb

This commit is contained in:
Hongze Cheng 2020-06-29 17:40:20 +08:00
commit 0f73dafb83
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;