Re: Solrcloud replicas do not match

2014-11-08 Thread Erick Erickson
re: Solr admin console. Hmmm, switch it to a different node? It gets you the same info no matter which node you're pointing at in your SolrCloud Not sure why this happens though. Best, Erick On Sat, Nov 8, 2014 at 10:12 AM, Michal Krajňanský wrote: > Hi Erick, > > I found the issue to be r

Re: Solrcloud replicas do not match

2014-11-08 Thread Michal Krajňanský
Hi Erick, I found the issue to be related to my other question (about shared solrconfig.xml) which you also answered. Turns out that I had set data.dir variable in solrconfig.xml to an absolute path that coincided with a different index. So replica tried to be created there and something nasty pr

Re: Solrcloud replicas do not match

2014-11-07 Thread Erick Erickson
How did you create the replica? Does the admin screen show it attached to the proper shard? What I'd do is set up my SolrCloud instance with (presumably) a single node (leader) and insure my searches were working. Then (and only then) use the Collection API ADDREPLICA command. You should see your

Solrcloud replicas do not match

2014-11-07 Thread Michal Krajňanský
Hi all, I have a Solrcloud setup with a manually created collection with the index obtained via other means than Solr (data come from Lucene). I created a replica for the index and expected to see the data being copied to the replica, which does not happen. In the Admin interface I see something