Hi,

I've a setup of 3 clouds: ACTIVE -PASSIVE-PASSIVE, here is the slice of my 
solrconfig.xml file:

                <requestHandler name="/cdcr" class="solr.CdcrRequestHandler">
                  <lst name="replica">
                                <str 
name="zkHost">10.36.75.4:9983,10.88.52.219:9983</str>
                                <str name="source">demo</str>
                                <str name="target">demo</str>
                  </lst>

                  <lst name="replicator">
                                <str name="threadPoolSize">2</str>
                                <str name="schedule">10</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>

The problem is, that with every new insertion, doc are only get to the 1-st 
(SOURCE) and the 2-nd (10.36.75.4:9983) clouds, but not to the last 
(10.88.52.219:9983) cloud.

Is such a configuration of multiple TARGET clouds isn't supported?

Thanks,
Dmitry Medvedev
Search Engineer
Global Technology Infrastructure Services  (GTIS)
Barclays Investment Bank
Atidim High-Tech Industrial Park, Tel Aviv 61580
* DDI : +972-3-5452462 * Mobile : +972-545874521
* dmitry.medve...@barclays.com<mailto:dmitry.medve...@barclays.com>
P Please consider the environment before printing this email


_______________________________________________

This message is for information purposes only, it is not a recommendation, 
advice, offer or solicitation to buy or sell a product or service nor an 
official confirmation of any transaction. It is directed at persons who are 
professionals and is not intended for retail customer use. Intended for 
recipient only. This message is subject to the terms at: 
www.barclays.com/emaildisclaimer.

For important disclosures, please see: 
www.barclays.com/salesandtradingdisclaimer regarding market commentary from 
Barclays Sales and/or Trading, who are active market participants; and in 
respect of Barclays Research, including disclosures relating to specific 
issuers, please see http://publicresearch.barclays.com.

_______________________________________________

Reply via email to