Hello Everyone, I am hitting a few issues with solr replicas going into recovery and then doing a full index copy.I am trying to understand the solr recovery process.I have read a few blogs on this and saw that when leader notifies a replica to recover(in my case it is due to connection resets) it will try to do a peer sync first and if the missed updates are more than 100 it will do a full index copy from the leader.I am trying to understand what peer sync is and where does tlog come into picture.Are tlogs replayed only during server restart?.Can some one help me with this?
Thanks, Nishanth