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

Koji Sekiguchi commented on SOLR-4751:
--------------------------------------

bq. Need to find files recursively.

The other day, I talked Osuka-san and I got the problem. It've come into being 
there since 3.6 as subdirectory (lang/) was created under conf directory.

Although it'd better to have test cases for replication, but as I don't have 
time and the patch looks simple, I'd like to commit in a few days if no one 
objects.

Meanwhile, updates of the patch are welcome. :)
                
> The replication problem of the file in a subdirectory.
> ------------------------------------------------------
>
>                 Key: SOLR-4751
>                 URL: https://issues.apache.org/jira/browse/SOLR-4751
>             Project: Solr
>          Issue Type: Bug
>          Components: replication (java)
>    Affects Versions: 4.2.1
>            Reporter: Minoru Osuka
>            Priority: Minor
>         Attachments: SOLR-4751.patch
>
>
> When set lang/stopwords_ja.txt to confFiles in replication settings,
> {code:xml}
>   <requestHandler name="/replication" class="solr.ReplicationHandler" >
>        <lst name="master">
>          <str name="replicateAfter">commit</str>
>          <str name="replicateAfter">startup</str>
>          <str 
> name="confFiles">schema.xml,stopwords.txt,lang/stopwords_ja.txt</str>
>        </lst>
>   </requestHandler>
> {code}
> Only stopwords_ja.txt exists in solr/collection1/conf/lang directory on slave 
> node.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to