nipunbatra8 commented on PR #14964:
URL: https://github.com/apache/lucene/pull/14964#issuecomment-3152551802

   @stefanvodita The original issue is that update storms replicate many large 
segments out to searchers rapidly due to a lot of merging causing paging storms 
when they finally load a massive snapshot. So rather than preventing large 
segments by skipping merges, I control the rate at which merges are being run 
by throttling merge I/O bandwidth, spreading out segment creation over time to 
prevent the delta of the snapshot "storm" of large segments that overwhelms 
searchers.


-- 
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: issues-unsubscr...@lucene.apache.org

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


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

Reply via email to