refactor: do some internal refactor.
This commit is contained in:
parent
3cb462cdf9
commit
3e6d3c5416
|
@ -2443,6 +2443,8 @@ static int32_t refreshNodeListFromExistedStreams(SMnode *pMnode, SArray *pNodeLi
|
|||
void *pIter = NULL;
|
||||
int32_t code = 0;
|
||||
|
||||
mDebug("start to refresh node list by existed streams");
|
||||
|
||||
SHashObj *pHash = taosHashInit(64, taosGetDefaultHashFunction(TSDB_DATA_TYPE_INT), false, HASH_NO_LOCK);
|
||||
if (pHash == NULL) {
|
||||
return TSDB_CODE_OUT_OF_MEMORY;
|
||||
|
|
Loading…
Reference in New Issue