You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 10:07:15 UTC

[lucene] 13/18: SOLR-11959: Add docs on CDCR limitation with Basic Auth

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch branch_8_0
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 38e7173ea75db46f873d09e125a815162d694988
Author: Cassandra Targett <ct...@apache.org>
AuthorDate: Tue Mar 26 07:59:46 2019 -0500

    SOLR-11959: Add docs on CDCR limitation with Basic Auth
---
 solr/solr-ref-guide/src/cdcr-architecture.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/solr-ref-guide/src/cdcr-architecture.adoc b/solr/solr-ref-guide/src/cdcr-architecture.adoc
index bbd862f..169d385 100644
--- a/solr/solr-ref-guide/src/cdcr-architecture.adoc
+++ b/solr/solr-ref-guide/src/cdcr-architecture.adoc
@@ -155,3 +155,5 @@ The current design of CDCR has some limitations. CDCR will continue to evolve ov
 * CDCR works most robustly with the same number of shards in the Source and Target collection. The shards in the two collections may have different numbers of replicas.
 * Running CDCR with the indexes on HDFS is not currently supported, see the https://issues.apache.org/jira/browse/SOLR-9861[Solr CDCR over HDFS] JIRA issue.
 * Configuration files (`solrconfig.xml`, `managed-schema`, etc.) are not automatically synchronized between the Source and Target clusters. This means that when the Source schema or `solrconfig.xml` files are changed, those changes must be replicated manually to the Target cluster. This includes adding fields by the <<schema-api.adoc#schema-api,Schema API>> or <<managed-resources.adoc#managed-resources,Managed Resources>> as well as hand editing those files.
+* CDCR doesn't support <<basic-authentication-plugin.adoc#basic-authentication-plugin,Basic Authentication features>> across clusters.
+* CDCR does not yet support TLOG or PULL replica types.