walterddr opened a new pull request, #10493:
URL: https://github.com/apache/pinot/pull/10493

   previously with https://github.com/apache/pinot/pull/10157 we dispatch 1 
request per virtual server. this causes lots of issues when parallelism is high 
--> as broker becomes the bottleneck creating dispatch payloads
   
   This PR makes VirutalServer containing 
   - physical `ServerInstance`
   - list of `partitionIds`
   
   This way the dispatch is generating 1 request per single physical server


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

Reply via email to