[td-225] add some logs.

This commit is contained in:
Haojun Liao 2020-08-04 19:57:16 +08:00
parent 6eca95b6ce
commit 28f2f102af
1 changed files with 2 additions and 0 deletions

View File

@ -728,6 +728,8 @@ void taosHashTableResize(SHashObj *pHashObj) {
while ((pNext = pNode->next) != NULL) {
int32_t j = HASH_INDEX(pNext->hashVal, pHashObj->capacity);
if (j != i) {
pe->num -= 1;
pNode->next = pNext->next;
pNext->next = NULL;