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
repl
jpountz commented on PR #14443:
URL: https://github.com/apache/lucene/pull/14443#issuecomment-2783139852
Thanks for tackling this!
> To incrementally refresh through multiple commit points until searcher is
current with its directory:
>
> [...]
> Invoke maybeRefresh() or may
vigyasharma opened a new pull request, #14443:
URL: https://github.com/apache/lucene/pull/14443
In segment based replication systems, a large replication payload
(checkpoint) can induce heavy page faults, cause thrashing for in-flight search
requests, and affect overall search performance.