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
