Hi folks,
I'm using Solr 4.3.1 with a master/slave configuration.

Configuration:

Master:
*      <lst name="master">*
*         <str name="replicateAfter">commit</str>*
*         <str name="replicateAfter">startup</str>*
*         <str name="confFiles">schema.xml,stopwords.txt</str>*
*       </lst>*


Slave:
 *     <lst name="slave">*
*         <str name="masterUrl">http://10.xx.xx.xx:9081/solr
<http://10.xx.xx.xx:9081/solr></str>*
*         <str name="pollInterval">00:00:60</str>*
*       </lst>*

The replication sometimes fails with the exception

*Error closing old IndexWriter.
core=collection1:java.lang.IllegalArgumentException: Unknown directory:
NRTCachingDirectory...*
*ReplicationHandler SnapPull failed :org.apache.solr.common.SolrException:
Index fetch failed :*

This is happening with any index size.

Any suggestions would be great

Thanks,

-- 
*Mauri Ferreyra*
Cordoba - Argentina

Reply via email to