Jackie-Jiang commented on issue #8014: URL: https://github.com/apache/pinot/issues/8014#issuecomment-1206935470
Just checked the code and `maxNumRecordsPerTask` is not honored in the `RealtimeToOfflineSegmentsTask`, which is the reason why one single thread is processing all the records for each day. cc @npawar How many stream partitions do you have in this table? What is the commit frequency? One work-around is to reduce the `bucketTimePeriod` so that each task picks up less segments -- 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]
