druid/processing
Karan Kumar 8dce3ca4d5
OOM fix for running MSQ jobs with intermediateSuperSorterStorageMaxLocalBytes set (#13974)
While using intermediateSuperSorterStorageMaxLocalBytes the super sorter was retaining references of the memory allocator.

The fix clears the current outputChannel when close() is called on the ComposingWritableFrameChannel.java
2023-03-29 18:00:00 +05:30
..