gianm opened a new pull request, #16365:
URL: https://github.com/apache/druid/pull/16365

   If anything fails while setting up a vector cursor, the prior code in 
QueryableIndex would not close its ColumnCache and would therefore leak 
columns. Columns often contain references to buffers that must be closed.
   
   I found this leak because the checks in #12646 tripped while I was working 
on some other code. The other code threw an exception in a matcher while the 
`FilteredVectorOffset` was being set up, which ended up leaking a couple of 
columns.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to