You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2009/08/27 09:20:59 UTC

[jira] Resolved: (SOLR-1355) add an enable value in master/slave configuration

     [ https://issues.apache.org/jira/browse/SOLR-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul resolved SOLR-1355.
------------------------------

    Resolution: Fixed

commmitted: r808305

> add an enable value in master/slave configuration
> -------------------------------------------------
>
>                 Key: SOLR-1355
>                 URL: https://issues.apache.org/jira/browse/SOLR-1355
>             Project: Solr
>          Issue Type: Improvement
>          Components: replication (java)
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1355.patch, SOLR-1355.patch
>
>
> add an enable tag for master/slave so that it can be changed in the runtime with a variable 
> {code:xml}
>   <lst name="master">
>     <!-- instead of true keep a variable ${enable.master} and use it instead of hardcoding the value
>            absence of this tag means enable="true"-->
>     <str name="enable">true</str>
>     <str name="replicateAfter">commit</str>
>     <str name="confFiles">schema.xml,stopwords.txt</str>
>  </lst>
>  <lst name="slave">
>    <str name="enable">true</str>
>    <str name="masterUrl">http://localhost:8983/solr/replication</str>
>    <str name="pollInterval">00:00:60</str>
>  </lst>
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.