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

   > Sorry I'm still a bit confused: how is this approach better than just 
committing more frequently, replicating commits as soon as they are created, 
and refreshing searchers as soon as commits are replicated?
   
   One scenario of interest is when replication becomes delayed, for example 
when working with cross-datacenter replication this is expected. In that case 
commit points may pile up, even to the extent of completely replacing the 
entire index.  In such a case we'd like to be able to recover without undue 
impact to 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