Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 12 additions & 15 deletions modules/introduction/partials/new-features-80.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -268,15 +268,25 @@ For more information, see xref:manage:manage-backup-and-restore/manage-backup-an
[#section-new-feature-800-XDCR]
=== XDCR

https://jira.issues.couchbase.com/browse/MB-62564[MB-62564]::
https://jira.issues.couchbase.com/browse/MB-58989[MB-58989]::
XDCR detects and logs concurrent conflicts that occur in different clusters but on the same document version due to independent modifications by locally connected applications during Active-Active replication.
The conflict logs are for your information only.
For more information, see xref:learn:clusters-and-availability/xdcr-conflict-logging-feature.adoc[XDCR Conflict Logging Feature].

https://jira.issues.couchbase.com/browse/MB-11575[MB-11575]::
XDCR now supports the identification of Incoming Replications on a cluster.
The Incoming Replications can be:

* Viewed on the XDCR tab of the UI. See xref:manage:manage-xdcr/incoming-xdcr-replications.adoc#view-incoming-replications[View Incoming Replications] in xref:manage:manage-xdcr/incoming-xdcr-replications.adoc[Incoming Replications].
* Retrieved by using the REST API command `GET /xdcr/sourceClusters`. See xref:rest-api:rest-xdcr-list-incoming-replications.adoc[Listing Incoming Replications].

https://jira.issues.couchbase.com/browse/MB-62564[MB-62564]::
`xdcrDiffer` is a diagnostic utility included in the Couchbase Server package.
This utility verifies data consistency between XDCR clusters.
It identifies missing or mismatched documents by comparing metadata and content hashes across source and target clusters.
+
For more information, see xref:manage:pages/manage-xdcr/xdcr-differ.adoc[xdcrDiffer Utility].


https://jira.issues.couchbase.com/browse/MB-62507[MB-62507]::
XDCR supports Generic Services Log Level configuration using the REST API through the `genericServicesLogLevel` settings.
For more information, see xref:rest-api:rest-xdcr-adv-settings.adoc[XDCR Advanced Settings].
Expand Down Expand Up @@ -304,19 +314,6 @@ This mode enhances flexibility for clients while enforcing strict security for n
+
For more information, see xref:manage:manage-security/enable-client-certificate-handling.adoc[Enable Client Certificate Handling].


https://jira.issues.couchbase.com/browse/MB-11575[MB-11575]::
XDCR now supports the identification of Incoming Replications on a cluster.
The Incoming Replications can be:

* Viewed on the XDCR tab of the UI. See xref:manage:manage-xdcr/incoming-xdcr-replications.adoc#view-incoming-replications[View Incoming Replications] in xref:manage:manage-xdcr/incoming-xdcr-replications.adoc[Incoming Replications].
* Retrieved by using the REST API command `GET /xdcr/sourceClusters`. See xref:rest-api:rest-xdcr-list-incoming-replications.adoc[Listing Incoming Replications].

https://jira.issues.couchbase.com/browse/MB-58989[MB-58989]::
XDCR detects and logs concurrent conflicts that occur in different clusters but on the same document version due to independent modifications by locally connected applications during Active-Active replication.
The conflict logs are for your information only.
For more information, see xref:learn:clusters-and-availability/xdcr-conflict-logging-feature.adoc[XDCR Conflict Logging Feature].

[#section-new-feature-800-query-service]
=== Query Service

Expand Down