Thanks Renaud, fixed.
On Mon, May 16, 2016 at 8:45 AM, Renaud Delbru <renaud@siren.solutions> wrote: > Hi, > > I have tried to reproduce the problem, but was unable to. > I have downloaded the Solr 6.0 distribution, added to the solr config the > cdcr request handler and modified the update handler to register the > CdcrUpdateLog, then start Solr in cloud mode and created a new collection > using my solr config. The cdcr request handler starts properly and does not > complain about the update log. > > Could you provide more background on how to reproduce the issue ? E.g., how > do you create a new collection with the cdcr configuration. > Are you trying to configure CDCR on collections that were created prior to > the CDCR configuration ? > > @Erik: I have noticed a small issue in the CDCR page of the reference guide. > In the code snippet in Configuration -> Source Configuration, the > <updateHandler> element is nested within the <requestHandler>. > > Thanks > Regards > -- > Renaud Delbru > > > On 15/05/16 23:13, Abdel Belkasri wrote: >> >> Erick, >> >> I tried the new configuration. The same issue that Satvinder is having. >> The >> log updater cannot be instantiated... >> >> class="solr.CdcrUpdateLog" >> >> for some reason that class is causing a problem! >> >> Anyway, anyone has a config that works? >> >> Regards, >> --Abdel >> >> On Fri, May 13, 2016 at 11:57 AM, Erick Erickson <erickerick...@gmail.com> >> wrote: >> >>> I changed the CDCR doc, Oliver could you take a glance and see if it >>> is clear now? All I changed was the sample solrconfig sections.... >>> >>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=62687462 >>> >>> Thanks, >>> Erick >>> >>> On Fri, May 13, 2016 at 6:23 AM, Oliver Rudolph >>> <oliver.rudo...@de.ibm.com> wrote: >>>> >>>> Hi, >>>> >>>> I had the same problem. The documentation is kind of missleading here. >>> >>> You >>>> >>>> must not add a new <updateHandler> element to your config but update the >>>> existing <updateHandler>. All you need to do is add the >>>> class="solr.CdcrUpdateLog" element to the <updateLog> element inside >>>> your >>>> existing <updateHandler>. Hope this helps! >>>> >>>> >>>> Mit freundlichen Grüßen / Kind regards >>>> >>>> Oliver Rudolph >>>> >>>> IBM Deutschland Research & Development GmbH >>>> Vorsitzender des Aufsichtsrats: Martina Koederitz >>>> Geschäftsführung: Dirk Wittkopp >>>> Sitz der Gesellschaft: Böblingen / Registergericht: Amtsgericht >>> >>> Stuttgart, >>>> >>>> HRB 243294 >>>> >>>> >>>> >>>> >>>> >>> >> >> >> >