I have setup CDCR IN Azure VM with 3 nodes and 3 zookeeper


My Solr version is 8.11.2

Zookeeper =v3.6.2



I have setup source and target cluster with below configuration in source,We 
are not able to see the replicated data in target cluster and getting warning 
like Log reader for target collection4 is not initialised,​ it will be 
ignored. And no error as such



<requestHandler name="/cdcr" class="solr.CdcrRequestHandler">

  <lst name="replica">

    <str 
name="zkHost">11.0.0.68:2182,11.0.0.69:2182,11.0.0.70:2182/chroot/solr</str>  
==I tried giving 11.0.0.68:2182,11.0.0.69:2182,11.0.0.70:2182 like this as well

    <str name="source">collection4</str>

    <str name="target">collection4</str>

  </lst>



  <lst name="replicator">

    <str name="threadPoolSize">8</str>

    <str name="schedule">1000</str>

    <str name="batchSize">128</str>

  </lst>



  <lst name="updateLogSynchronizer">

    <str name="schedule">1000</str>

  </lst>

</requestHandler>

  <updateHandler class="solr.DirectUpdateHandler2">

   <updateLog class="solr.CdcrUpdateLog">

      <str name="dir">${solr.ulog.dir:}</str>

      <int name="numVersionBuckets">${solr.ulog.numVersionBuckets:65536}</int>

    </updateLog>







Please help how to resolve this error.





Thanks,
Soundarya

This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information. 
If you are not the intended recipient(s), please reply to the sender and 
destroy all copies of the original message. Any unauthorized review, use, 
disclosure, dissemination, forwarding, printing or copying of this email, 
and/or any action taken in reliance on the contents of this e-mail is strictly 
prohibited and may be unlawful. Where permitted by applicable law, this e-mail 
and other e-mail communications sent to and from Cognizant e-mail addresses may 
be monitored.

Reply via email to