jtao15 commented on code in PR #10964: URL: https://github.com/apache/pinot/pull/10964#discussion_r1248298273
########## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/minion/PinotTaskManager.java: ########## @@ -475,6 +476,14 @@ public void registerTaskGenerator(PinotTaskGenerator taskGenerator) { _taskGeneratorRegistry.registerTaskGenerator(taskGenerator); } + /** + * Registers a task segment group manager. + * <p>This method can be used to plug in custom task segment group manager. + */ + public void registerTaskSegmentGroupManager(PinotTaskSegmentGroupManager taskSegmentGroupManager) { Review Comment: Good point, updated. PTAL. -- 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 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