...@gmail.com]
Sent: Wednesday, November 23, 2016 5:00 PM
To: solr-user
Subject: Re: Problem with Cross Data Center Replication
Your _source_ (i.e. cdcr_testa) doesn't have the CDCR update log configured.
This section isn't in solrconfig for cdcr_testa:
${solr.ulog.dir:}
The upd
Your _source_ (i.e. cdcr_testa) doesn't have the CDCR update log configured.
This section isn't in solrconfig for cdcr_testa:
${solr.ulog.dir:}
The update log is the transfer mechanism between the source and target
clusters, so it needs to be configured in both.
Best,
Erick.
P.S. kudos for
Hi Solr users,
i try to configure Cross Data Center Replication according to
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=62687462
I set up two independent solr clouds. I created the collection "cdcr_testa" on
the source cloud and the collection "backup_collection" on the ta