Re: [PR] Support incremental refresh in Searcher Managers. [lucene]

2025-04-10 Thread via GitHub
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

Re: [PR] Support incremental refresh in Searcher Managers. [lucene]

2025-04-07 Thread via GitHub
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

[PR] Support incremental refresh in Searcher Managers. [lucene]

2025-04-05 Thread via GitHub
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.