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 :
This page describes the Replication Synchronization Provider:
A description of each property follows.
| Basic Properties: | Advanced Properties: |
|---|---|
| ↓ enabled | ↓ 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 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 | 10 |
| 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 |
Each configuration property can be mapped to a specific LDAP attribute under the "cn=config" entry. The mappings that follow are provided for information only. In general, you should avoid changing the server configuration by manipulating the LDAP attributes directly.
| Base DN | cn=Synchronization Providers, cn=config |
| objectclass name | ds-cfg-replication-synchronization-provider |
| objectclass superior | ds-cfg-synchronization-provider |
| Property | LDAP attribute |
| enabled | ds-cfg-enabled |
| java-class | ds-cfg-java-class |
| num-update-replay-threads | ds-cfg-num-update-replay-threads |