swaminathanmanish opened a new issue, #12857:
URL: https://github.com/apache/pinot/issues/12857

   **Problem**:
   Currently [RealtimeToOfflineSegmentsTask that is used to move real time 
segments to offline 
segments](https://docs.pinot.apache.org/operators/operating-pinot/pinot-managed-offline-flows),
 does not have the ability tune **maxNumRowsPerTask**. This is the parameter 
that determines the input to a task. Without this configuration, we end up 
creating one minion task, which takes in all the input (i.e all segments that 
meet the criteria to be converted to offline segments) which prevents us from 
using other minions. 
   There's no parallelism for this task. 


-- 
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: commits-unsubscr...@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to