vigyasharma commented on PR #14443:
URL: https://github.com/apache/lucene/pull/14443#issuecomment-2784847156

   > every 120 seconds, SearcherManager would pick the most recent commit that 
differs by less than X GB
   
   This is indeed how we anticipate it being used. In NRT style segment 
replicated setups, if searchers refresh more often than replication frequency, 
they will eventually catch up to the latest commit. I mentioned the while loop 
for cases where users want to wait and verify that their searchers are current. 
   
   The PR of course supports both patterns, I'll update the description to 
reflect it as well. 


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