tboeghk commented on pull request #100:
URL: https://github.com/apache/solr/pull/100#issuecomment-828768301


   The _PULL_ replica under the hood utilizes the (ancient) replication 
handler. On the _PULL_ replica side, the `IndexFetcher` is set up 
programmatically and cannot be configured through the `solrconfig.xml`. It is 
used to poll the leader for updates as the _PULL_ replica does neither use the 
transaction log nor gets pushed any updates upon indexing.
   
   _NRT_ replicas do not need to fetch updates frequently from the leader as 
updates are pushed to the _NRT_ nodes during indexing. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to