Does CDCR support SSL encrypted SolrCloud?

I have two clusters started with SSL, and CDCR setup instruction is followed on 
source and target. However, from the solr.log, I’m not able to see CDCR is 
occurring. Not sure what has been setup incorrectly.

From the solr.log, I can’t find useful info related CDCR during the indexing 
time. Any help on how to probe the issue is appreciated.

The Target config:

  <requestHandler name="/cdcr" class="solr.CdcrRequestHandler">
    <lst name="buffer">
      <str name="defaultState">disabled</str>
    </lst>
  </requestHandler>

  <updateRequestProcessorChain name="cdcr-processor-chain">
    <processor class="solr.CdcrUpdateProcessorFactory"/>
    <processor class="solr.RunUpdateProcessorFactory"/>
  </updateRequestProcessorChain>

  <requestHandler name="/update" class="solr.UpdateRequestHandler">
    <lst name="defaults">
      <str name="update.chain">cdcr-processor-chain</str>
    </lst>
  </requestHandler>

  <updateHandler class="solr.DirectUpdateHandler2">

  <updateLog class="solr.CdcrUpdateLog">
      <str name="dir">${solr.ulog.dir:}</str>
      <!--Any parameters from the original <updateLog> section -->
    </updateLog>
  </updateHandler>

The Source config:
  <requestHandler name="/cdcr" class="solr.CdcrRequestHandler">
    <lst name="replica">
      <str name="zkHost">zk_ip:2181</str>
      <str name="Source">SourceCollection </str>
      <str name="Target">TargetCollection </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>
  </updateLog>
  </updateHandler>


Confidentiality Notice::  This email, including attachments, may include 
non-public, proprietary, confidential or legally privileged information.  If 
you are not an intended recipient or an authorized agent of an intended 
recipient, you are hereby notified that any dissemination, distribution or 
copying of the information contained in or transmitted with this e-mail is 
unauthorized and strictly prohibited.  If you have received this email in 
error, please notify the sender by replying to this message and permanently 
delete this e-mail, its attachments, and any copies of it immediately.  You 
should not retain, copy or use this e-mail or any attachment for any purpose, 
nor disclose all or any part of the contents to any other person. Thank you.

Reply via email to