mcvsubbu commented on issue #7338:
URL: https://github.com/apache/pinot/issues/7338#issuecomment-902222529


   Another reason this is reloaded one at a time is because the memory needed 
is doubled per segment. Both segments are in memory while query from the old 
segment is drained and new queries are routed to the new segment. We have often 
seen query performance slip SLAs during segment reload on a host. 
   
   The number of parallel reload is a helix cluster-wide setting, however. I 
don't think there is any need to touch the message hander factory?


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