Total memory allocation is much higher than mem_tracker_Read_Buffer_Inbound_RPC_Sending in case it is flooded with queued RPC messages #3041
Labels
kind/enhancement
This is an enhancement of an existing feature
In the case of RPC sending queue is flooded with small messages (like in #2964) total memory allocated is much higher than
mem_tracker_Read_Buffer_Inbound_RPC_Sending
and there are no other noticeable tracked memory allocations.For example, in one scenario
mem_tracker_Read_Buffer_Inbound_RPC_Sending
was taking up to ~250MB and everything else is less than ~10MB, but total memory allocation was more than 6GB.The text was updated successfully, but these errors were encountered: