Not a direct answer to your question but I find it helps tremendously to look at source control history. You can get the history for a method (cool feature of Intellij), scan through, and voila -- https://issues.apache.org/jira/browse/SOLR-16689 with great info
IMO it doesn't hurt to ask questions on old JIRAs/PRs On Thu, Oct 16, 2025 at 4:38 PM Kevin Liang (BLOOMBERG/ 919 3RD A) < [email protected]> wrote: > I've been looking at the code in RecoveryStrategy for a while and I can't > wrap my head around why a TLOG node replicating from leader would need to > send a commit back to the leader and wait for a new searcher on the leader? > https://github.com/apache/solr/blob/06a3b5e77e94771ee35c407cc90be0ce46d7a748/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java#L235 > > Can someone help explain this? Thanks
