Re: SolrCloud replication issues

2013-06-23 Thread Sven Stark
Update: I tested it and it looks fine now. Thanks a lot for your help, Sven On Fri, Jun 21, 2013 at 3:39 PM, Sven Stark wrote: > I think you're onto it. Our schema.xml had it > > multiValued="false"/> > > I'll change and test it. Will probably not happen before Monday though. > > Many thanks a

Re: SolrCloud replication issues

2013-06-20 Thread Sven Stark
I think you're onto it. Our schema.xml had it I'll change and test it. Will probably not happen before Monday though. Many thanks already, Sven On Fri, Jun 21, 2013 at 2:18 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > Okay so from the same thread, have you made sure the _ver

Re: SolrCloud replication issues

2013-06-20 Thread Shalin Shekhar Mangar
Okay so from the same thread, have you made sure the _version_ field is a long in schema? On Fri, Jun 21, 2013 at 7:44 AM, Sven Stark wrote: > Actually this looks very much like > > http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201304.mbox/%3ccacbkj07ob4kjxwe_ogzfuqg5qg99qwpovbzkdot

Re: SolrCloud replication issues

2013-06-20 Thread Sven Stark
Actually this looks very much like http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201304.mbox/%3ccacbkj07ob4kjxwe_ogzfuqg5qg99qwpovbzkdota8bihcis...@mail.gmail.com%3E Sven On Fri, Jun 21, 2013 at 11:54 AM, Sven Stark wrote: > Thanks for the super quick reply. > > The logs are pretty

Re: SolrCloud replication issues

2013-06-20 Thread Sven Stark
Thanks for the super quick reply. The logs are pretty big, but one thing comes up over and over again: Leader side: ERROR - 2013-06-21 01:44:24.014; org.apache.solr.common.SolrException; shard update error StdNode: http://xxx:xxx:xx:xx:8983/solr/collection1/:org.apache.solr.client.solrj.impl.Htt

Re: SolrCloud replication issues

2013-06-20 Thread Shalin Shekhar Mangar
This doesn't seem right. A leader will ask a replica to recover only when an update request could not be forwarded to it. Can you check your leader logs to see why updates are not being sent through to replicas? On Fri, Jun 21, 2013 at 7:03 AM, Sven Stark wrote: > Hello, > > first: I am pretty mu

SolrCloud replication issues

2013-06-20 Thread Sven Stark
Hello, first: I am pretty much a Solr newcomer, so don't necessarily assume basic solr knowledge. My problem is that in my setup SolrCloud seems to create way too much network traffic for replication. I hope I'm just missing some proper config options. Here's the setup first: * I am running a fi