Jackie-Jiang commented on issue #8014: URL: https://github.com/apache/pinot/issues/8014#issuecomment-1204574942
@bdstuart Seems you are trying to merge 56 segments (172M records) into one, which is causing the timeout. Do you change the config of `maxNumRecordsPerTask`? Ideally we should generate multiple tasks so that the workload can be distributed across different minions/threads -- 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]
