v.23.2Bug Fix
Allocated memory buffers during asynchronous inserts led to false positive OOM exceptions
Allocated during asynchronous inserts memory buffers were deallocated in the global context and MemoryTracker counters for corresponding user and query were not updated correctly. That led to false positive OOM exceptions. #46622 (Dmitry Novik).