Configuration Reference Home
OpenDJ - Replication Synchronization Provider

Replication Synchronization Provider

The Replication Synchronization Provider provides multi-master replication of data across multiple directory server instances.

Parent Component

The Replication Synchronization Provider component inherits from the Synchronization Provider

Relations From this Component

The following components have a direct COMPOSITION relation FROM Replication Synchronization Providers :

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled ↓ connection-timeout
↓ java-class
↓ num-update-replay-threads

Basic Properties

enabled

Description
Indicates whether the Synchronization Provider is enabled for use.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No


Advanced Properties

connection-timeout

Description
Specifies the timeout used when connecting to peers and when performing SSL negotiation.
Default Value
5 seconds
Allowed Values
A duration Syntax. Lower limit is 0 milliseconds.
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
Yes
Read-only
No

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Replication Synchronization Provider implementation.
Default Value
org.opends.server.replication.plugin.MultimasterReplication
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.api.SynchronizationProvider
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
Yes
Read-only
No

num-update-replay-threads

Description
Specifies the number of update replay threads. This value is the number of threads created for replaying every updates received for all the replication domains.
Default Value
Let the server decide.
Allowed Values
An integer value. Lower value is 1. Upper value is 65535 .
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
Yes
Read-only
No