Merge remote-tracking branch 'origin/3.0' into enh/opt-transport

This commit is contained in:
yihaoDeng 2024-10-11 17:08:10 +08:00
parent 5eaa6f34fe
commit defe4bf6a8
1 changed files with 1 additions and 1 deletions

View File

@ -3873,7 +3873,7 @@ int32_t transHeapBalance(SHeap* heap, SCliConn* p) {
return 0;
}
if (heap->heap->nelts >= 32) {
tTrace("conn %p heap busy,heap size:%d", heap->heap->nelts);
tTrace("conn %p heap busy,heap size:%d", p, heap->heap->nelts);
}
heapRemove(heap->heap, &p->node);
heapInsert(heap->heap, &p->node);