Re: Solr6 CDCR - indexing doc to source replicates to target, doc not searchable in target

2016-11-22 Thread gayatri.umesh
Thank you again Erick. Added autoSoftCommit settings in target solrconfig and it works now. As CDCR does not auto-commit on the target upon replication, is there a specific reason for this? Thanks, Gayatri -- View this message in context: http://lucene.472066.n3.nabble.com/Solr6-CDCR-indexing

Re: Solr6 CDCR - indexing doc to source replicates to target, doc not searchable in target

2016-11-21 Thread gayatri.umesh
Thank you Erick for pointing out. I missed that!! Below are the commit settings in solrconfig.xml in both source and target. ${solr.autoCommit.maxTime:15000} false ${solr.autoSoftCommit.maxTime:-1} Is it recommended to issue a commit on the target when indexing the document, as replication d

Solr6 CDCR - indexing doc to source replicates to target, doc not searchable in target

2016-11-21 Thread gayatri.umesh
Hello, I am doing a solr6 pilot to try out the new features. We have Cross Data Center Replication (CDCR) setup as follows: Source cluster - 3 zk nodes, 3 solr instances Target cluster - 3 zk nodes, 3 solr instances *Below are source and target solrconfig.xml files.* solrconfig.xml