Re: class="solr.UpdateRequestHandler" on solr 5.2.1

2016-02-21 Thread Ilan Schwarts
my typo, I have added DistributedUpdateProcessorFactory before solr.RunUpdateProcessorFactory and not solr.RunUpdateProcessorFactory.. Then i received exception stating wrote there are 2 declared solr.DistributedUpdateProcessorFactory On Sun, Feb 21, 2016 at 11:01 PM, Ilan Schwarts wrote: > Hi E

Re: class="solr.UpdateRequestHandler" on solr 5.2.1

2016-02-21 Thread Ilan Schwarts
Hi Erick, First of all, thank you very much for answering i really appreciate it, i've being reading alot of articles (some by you) in the past 2 weeks. Its very confusing the replication process and i didnt find articles about this, The main differences in solrcloud 5. From what I thought, by stat

Re: class="solr.UpdateRequestHandler" on solr 5.2.1

2016-02-21 Thread Erik Hatcher
I think the issue is that the distributed update processor isn't configured. That's necessary for SolrCloud to forward docs. Erik > On Feb 21, 2016, at 15:20, Erick Erickson wrote: > > Why are you using old-style replication with solr cloud? I suggest you turn > it off and just let solr

Re: class="solr.UpdateRequestHandler" on solr 5.2.1

2016-02-21 Thread Erick Erickson
Why are you using old-style replication with solr cloud? I suggest you turn it off and just let solr cloud do all the work. The reason (probably) that restarting catches things up is it may be doing a full replication. Mixing solr cloud with old-style replication is tricky, so please explain what