kfaraz commented on PR #17775:
URL: https://github.com/apache/druid/pull/17775#issuecomment-2696299690

   > One thing I noticed is that when you have the cluster starting up, the 
historical will not / can not serve any query until all the segments are loaded 
(I think there is a config for this which is enabled by default). In this case, 
we should always use turboLoadHistoricals (by default), since the historical 
cannot serve query anyway.
   
   @maytasm , IIUC, you are referring to the bootstrap segments, which includes 
broadcast segments and segments already present on the historical disk.
   For these bootstrap segments, we already use the turbo loading thread pool.
   
   The change here allows to optionally put a historical in turbo mode to load 
non-bootstrap segments, i.e. segments assigned later by the coordinator.
   


-- 
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...@druid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to