tarun11Mavani opened a new pull request, #19572: URL: https://github.com/apache/pinot/pull/19572
##Summary PinotSegmentRecordReader#close() aborted at the first IOException while closing _columnReaderMap's readers, leaking every reader after it and skipping the subsequent IndexSegment#destroy() call entirely. close() now closes every reader regardless of earlier failures, attaches later failures as suppressed exceptions on the first one, and always attempts to destroy the owned segment before rethrowing. -- 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]
