Search:

Search all manuals
Search this manual
Manual
Couchbase Server Manual 2.0
Community Wiki and Resources
Download Couchbase Server 2.0
Couchbase Developer Guide 2.0
Client Libraries
Couchbase Server Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
8.9 Managing Cross Data Center Replication (XDCR)
Chapter Sections
Chapters

8.9.6. Viewing Internal XDCR Settings

There are internal settings for XDCR which are only exposed via the REST API. These settings will change the replication behavior, performance, and timing. To view an XDCR internal settings, for instance:

shell> curl -u Administrator:password1  \
http://10.4.2.4:8091/internalSettings

You will recieve a response similar to the following. For the sake of brevity, we are showing only the XDCR-related items:

{
....

"xdcrMaxConcurrentReps":33,
"xdcrCheckpointInterval":222,
"xdcrWorkerBatchSize":555,
"xdcrDocBatchSizeKb":999,
"xdcrFailureRestartInterval":44
}

The the XDCR-related values are defined as follows:

For more information about XDCR, see Section 5.8, “Cross Datacenter Replication (XDCR)”.