Re: Invalid Version when slave node pull replication from master node

2013-09-06 Thread Erick Erickson
Whoa! You should _not_ be using replication with SolrCloud. You can use replication just fine with 4.4, just like you would have in 3.x say, but in that case you should not be using the zkHost or zkRun parameters, should not have a ZooKeeper ensemble running etc. In SolrCloud, all updates are

Invalid Version when slave node pull replication from master node

2013-09-04 Thread YouPeng Yang
HI solrusers I'm testing the replication within SolrCloud . I just uncomment the replication section separately on the master and slave node. The replication section setting on the master node: lst name=master str name=replicateAftercommit/str str

Re: Invalid Version when slave node pull replication from master node

2013-09-04 Thread YouPeng Yang
Hi again I'm using Solr4.4. 2013/9/5 YouPeng Yang yypvsxf19870...@gmail.com HI solrusers I'm testing the replication within SolrCloud . I just uncomment the replication section separately on the master and slave node. The replication section setting on the master node:

Re: Invalid Version when slave node pull replication from master node

2013-09-04 Thread YouPeng Yang
Hi all I solve the problem by add the coreName explicitly according to http://wiki.apache.org/solr/SolrReplication#Replicating_solrconfig.xml. But I want to make sure about that is it necessary to set the coreName explicitly. Is there any SolrJ API to pull the replication on the slave node