Jackie-Jiang opened a new issue, #9177:
URL: https://github.com/apache/pinot/issues/9177

   `RealtimeToOfflineSegmentsTask` does not honor `maxNumRecordsPerTask`, so it 
will generate only one sub-task per time bucket. In a table with high ingestion 
rate, each time bucket may contain >100M records, and using one single thread 
to process it can take very long time. We should enhance 
`RealtimeToOfflineSegmentsTask` to honor `maxNumRecordsPerTask` and be able to 
split one time bucket into multiple sub-tasks.
   See #8014 for more details


-- 
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]

Reply via email to