Describe the bug, including details regarding any error messages, version, and platform.
I am encountering an IllegalStateException with the message "Memory was leaked by query" when closing a RootAllocator. This indicates that some memory allocated from the allocator was not released before the allocator was closed.
error.log
A minimal project that reproduces this issue can be found here:
github