The Replication Synchronization Provider provides multi-master replication of data across multiple directory server instances.
The Replication Synchronization Provider component inherits from the Synchronization Provider
The following components have a direct COMPOSITION relation FROM Replication Synchronization Providers :
A description of each property follows.
| Basic Properties: | Advanced Properties: |
|---|---|
| ↓ enabled | ↓ connection-timeout |
| ↓ java-class | |
| ↓ num-update-replay-threads |
| 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 |
| 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 |
| 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 |
| 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 |