Hi Arnold, You need "cdcr-processor-chain" definitions in solrconfig.xml on both clusters' collections. Both clusters need to act as source and target.
Amrit Sarkar Search Engineer Lucidworks, Inc. 415-589-9269 www.lucidworks.com Twitter http://twitter.com/lucidworks LinkedIn: https://www.linkedin.com/in/sarkaramrit2 Medium: https://medium.com/@sarkaramrit2 On Fri, Mar 15, 2019 at 1:03 AM Arnold Bronley <arnoldbron...@gmail.com> wrote: > Hi, > > I used unidirectional CDCR in SolrCloud (7.7.1) without any issues. But > after setting up bidirectional cdcr configuration, I am not able to index a > document. > > Following is the error that I am getting: > > Async exception during distributed update: Error from server at > http://host1:8983/solr/techproducts_shard2_replica_n6: Bad Request > request: > http://host1 > > :8983/solr/techproducts_shard2_replica_n6/update?update.chain=cdcr-processor-chain&update.distrib=TOLEADER&distrib.from= > http://host2:8983/solr/techproducts_shard1_replica_n1&wt=javabin&version=2 > Remote error message: unknown UpdateRequestProcessorChain: > cdcr-processor-chain > > Do you know why I might be getting this error? >