rajagopr opened a new pull request, #15428: URL: https://github.com/apache/pinot/pull/15428
## Problem Initializing all the record readers within the task executor carries the risk of minion running into OOM issues. ## Solution The changes are to init the record readers lazily from the SegmentMapper and the mapper would take care of initializing and closing the record reader. ## Testing Covered by existing integration tests. -- 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]
