rapidsai / distributed-join

Other
19 stars 12 forks source link

Memory leak in UCXBufferCommunicator #8

Open nsakharnykh opened 4 years ago

nsakharnykh commented 4 years ago

UCXBufferCommunicator allocates buffers for count and recv_buffer used in callbacks but never frees them. Although these buffers are small (8 bytes each), we should consider making it clean.

nsakharnykh commented 3 years ago

@gaohao95 is this still a problem, and if so, could it be one of the reasons for #51?

gaohao95 commented 3 years ago

@gaohao95 is this still a problem, and if so, could it be one of the reasons for #51?

I don't think it's related, since #51 happens without using UCXBufferCommunicator.