I have newly created a new collection and activated the replication for 4
nodes(Including masters). 
After doing the config changes as suggested on 
http://wiki.apache.org/solr/SolrReplication
<http://wiki.apache.org/solr/SolrReplication>  
The nodes of the newly created collections are down on solr cloud. We are
not able to add or remove any document on newly created core i.e dict_cn in
our case. All the configuration files  look ok on solr cloud

<http://lucene.472066.n3.nabble.com/file/n4194833/solr_issue.png> 

This is my replication changes on solrconfig.xml

<requestHandler name="/replication" class="solr.ReplicationHandler"
startup="lazy">
<lst name="master"> <str name="replicateAfter">commit</str> <str
name="replicateAfter">startup</str> 
<str name="confFiles">solrconfig_cn.xml,schema_cn.xml</str> </lst> 

<lst name="slave"> <str name="masterUrl">http://mail:8983/solr/dict_cn</str> 
</lst>   

Note: I am using solr 4.4.0, zookeeper-3.4.5

Can anyone help me on this ?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Unable-to-setup-solr-cloud-with-multiple-collections-tp4194833.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to