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 2006/04/10 23:08:35 UTC

[Solr Wiki] Update of "SolrCollectionDistributionScripts" by HossMan

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 HossMan:
http://wiki.apache.org/solr/SolrCollectionDistributionScripts

The comment on the change is:
typo in wikiwords

------------------------------------------------------------------------------
  
  If the name of the snapshot to be pull is not specified by the use of the "-n" option, '''snappuller''' will use ssh to determine the name of the most recent snapshot available on the master Solr server and pull it over if it does not already exist on the slave Solr server.
  
- The status and stats of the current or most recent rsync operation of snappuller is kept in the file '''solr/logs/snappuller.status'''. Whenever this file is updated by snappuller, a copy is scp back to the master Solr server. See SolrDistributionStatusStats for more details.
+ The status and stats of the current or most recent rsync operation of snappuller is kept in the file '''solr/logs/snappuller.status'''. Whenever this file is updated by snappuller, a copy is scp back to the master Solr server. See SolrCollectionDistributionStatusStats for more details.
  
  == snapinstaller ==
  
@@ -155, +155 @@

     -v        increase verbosity
  }}}
  
- After a snapshot has been installed, '''snapinstaller''' writes its name into the file '''solr/logs/snapshot.current''', and scp a copy of this file back to the master Solr server. See SolrDistributionStatusStats for more details.
+ After a snapshot has been installed, '''snapinstaller''' writes its name into the file '''solr/logs/snapshot.current''', and scp a copy of this file back to the master Solr server. See SolrCollectionDistributionStatusStats for more details.
  
  == snapcleaner ==