Jackie-Jiang commented on issue #7338: URL: https://github.com/apache/pinot/issues/7338#issuecomment-902333664
@mcvsubbu We have a `maxParallelRefreshThreads` configured within the `SegmentMessageHandlerFactory` to guard on the issue you described, and that's the reason why I mentioned we should still follow that config even reloading using multiple threads. The table reload is modeled as one helix message, so only one message will be sent for multiple segments. The helix config won't enable parallel reloading -- 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