tibrewalpratik17 opened a new issue, #14634: URL: https://github.com/apache/pinot/issues/14634
Similar to #12225 Follow-up from https://github.com/apache/pinot/pull/14477#discussion_r1879091859 Right now, we use `maxNumRecordsPerTask` / `maxNumRecordsPerSegment` for tracking the output segment size in UpsertCompactMerge task. But we have moved to using size-based thresholds for most realtime segments during ingestion and using size is more intuitive rather than row-count. The issue is to track adding support for output-segment size based config for UpsertCompactMerge task specifically. -- 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]
