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 "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2008/12/13 18:11:44 UTC

[jira] Commented: (SOLR-821) replication must allow copying conf file in a different name to slave

    [ https://issues.apache.org/jira/browse/SOLR-821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656306#action_12656306 ] 

Shalin Shekhar Mangar commented on SOLR-821:
--------------------------------------------

Noble, since we use comma as separator for multiple files, did you mean this instead?
{code:xml}
<str name="confFiles">slave_solrconfig.xml:slave_solrconfig.xml,slave_solrconfig.xml:solrconfig.xml</str>
{code}

This will make it possible to have config replication while allowing setting up repeaters for replicating across different data centers.

> replication must allow copying conf file in a different name to slave
> ---------------------------------------------------------------------
>
>                 Key: SOLR-821
>                 URL: https://issues.apache.org/jira/browse/SOLR-821
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-821.patch, SOLR-821.patch, SOLR-821.patch, SOLR-821.patch
>
>
> It is likely that a file is different in master and slave. for instance replicating solrconfig.xml is not possible with the current config if master and slave has diffferent solrconfig.xml (which is always true)
> We can add an alias feature in the confFiles as
> {code}
> <str name="confFiles">slave_solrconfig.xml:solrconfig.xml,slave_schema.xml:schema.xml</str>
> {code}
> This means that the file slave_solrconfig.xml should be copied to the slave as solrconfig.xml and slave_schema.xml must be saved to slave as schema.xml

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