blazingsql icon indicating copy to clipboard operation
blazingsql copied to clipboard

[BUG] leaking ucp_requests

Open felipeblazing opened this issue 3 years ago • 1 comments

felipeblazing avatar Nov 20 '20 22:11 felipeblazing

std::map<ucp_tag_t, std::pair<std::vector, std::shared_ptr<ucp_tag_recv_info_t> > > at the top of messagelistener.cpp is NOT thread safe adn needs to be. it cuases issues when the number of rals increases.

felipeblazing avatar Nov 20 '20 23:11 felipeblazing