[td-225] add some logs.
This commit is contained in:
parent
6eca95b6ce
commit
28f2f102af
|
@ -728,6 +728,8 @@ void taosHashTableResize(SHashObj *pHashObj) {
|
||||||
while ((pNext = pNode->next) != NULL) {
|
while ((pNext = pNode->next) != NULL) {
|
||||||
int32_t j = HASH_INDEX(pNext->hashVal, pHashObj->capacity);
|
int32_t j = HASH_INDEX(pNext->hashVal, pHashObj->capacity);
|
||||||
if (j != i) {
|
if (j != i) {
|
||||||
|
pe->num -= 1;
|
||||||
|
|
||||||
pNode->next = pNext->next;
|
pNode->next = pNext->next;
|
||||||
pNext->next = NULL;
|
pNext->next = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue