You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/08/11 11:09:29 UTC

[Solr Wiki] Update of "SolrReplication" by NoblePaul

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by NoblePaul:
http://wiki.apache.org/solr/SolrReplication

The comment on the change is:
typos corrected

------------------------------------------------------------------------------
  
   * The files that are to be replicated have to be mentioned explicitly in using the 'confFiles' parameter. 
   * Only files in the 'conf' dir of solr instance is replicated. 
-  * The files are replicated only along with a fresh index. That means even if a file is changed in the master the file is not replicated only after there is a new commit on master
+  * The files are replicated only along with a fresh index. That means even if a file is changed in the master the file is replicated only after there is a new commit/optimize on master
-  * Unlike the index files ,where the timestamp is good enough to figure out if they are identical, conf files are compared against their checksum. The schema.xml files (on master and slave) are smae if their checksume is same.
+  * Unlike the index files ,where the timestamp is good enough to figure out if they are identical, conf files are compared against their checksum .The schema.xml files (on master and slave) are same if their checksume is same.
   * Conf files are also downloaded to a temp dir before they are 'mov'ed to the original files .The old files are renamed and kept in the same direcory. !ReplicationHandler does not automatically clean up these old files.
   * If a replication involved downloading of at least one conf file a core reload is issued instead of a 'commit' command.