jackjlli opened a new pull request, #8694: URL: https://github.com/apache/pinot/pull/8694
This PR adds the ability to set the max number of parallel segment downloads per table in pinot-server. There are a couple of reasons: * Currently there is no upper limit on how many segment download requests that server can send to controllers. In some cases like table rebalance, if the number of download requests is high, this burst of download requests will affect the availability of pinot controllers to serve other requests. * By default there is no timeout on helix state transition. As long as the transition hasn't finished, the segment won't be online for serving queries. Thus, there is no side effect on querying part. -- 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]
