pjain1 commented on a change in pull request #11309:
URL: https://github.com/apache/druid/pull/11309#discussion_r784710351



##########
File path: 
server/src/main/java/org/apache/druid/server/coordination/SegmentLoadDropHandler.java
##########
@@ -369,7 +392,7 @@ private void addSegments(Collection<DataSegment> segments, 
final DataSegmentChan
                     numSegments,
                     segment.getId()
                 );
-                loadSegment(segment, callback, config.isLazyLoadOnStart());
+                loadSegment(segment, callback, config.isLazyLoadOnStart(), 
loadSegmentsIntoPageCacheOnBootstrapExec);

Review comment:
       @wjhypo no issues, I think we can get it in as in current condition. Can 
work on the sync behaviour later.
   
   Few questions - Do you run this on your prod env ? Hows the performance 
after starting of the historical process and before warm up is complete as 
process will be doing double reads for warming up as well as serving query ? Do 
you see more of timeouts during this time ? Is it even usable at that time ? 
Thanks




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

Reply via email to