Jochen Just created SOLR-3489:
---------------------------------
Summary: Config file replication less error prone
Key: SOLR-3489
URL: https://issues.apache.org/jira/browse/SOLR-3489
Project: Solr
Issue Type: Improvement
Components: replication (java)
Affects Versions: 3.6
Reporter: Jochen Just
Priority: Minor
If the listing of configuration files that should be replicated contains a
space, the following file is not replicated.
Example:
{{
<!-- the error in the configuration is the space before stopwords.txt. Because
of that that file is not replicated -->
<str name="confFiles">schema.xml,test.txt, stopwords.txt</str>
}}
It would be nice, if that space simply would be ignored.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]