From b9aad30c9e07b179a2c22fad830f6a54b8993bc9 Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Wed, 18 Aug 2010 13:27:32 +0000 Subject: [PATCH] First pass on solving issue #514, reducing Replication meta data, especially aged information. The default is to keep the replication meta data (historical information) for at least 1 day. Purging occurs on the fly when entries are modified, or via a task. Launching the task will be available through dsreplication in separate commit. --- opends/src/admin/messages/ReplicationDomainCfgDefn.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opends/src/admin/messages/ReplicationDomainCfgDefn.properties b/opends/src/admin/messages/ReplicationDomainCfgDefn.properties index 26959a8..00bf9c6 100644 --- a/opends/src/admin/messages/ReplicationDomainCfgDefn.properties +++ b/opends/src/admin/messages/ReplicationDomainCfgDefn.properties @@ -13,6 +13,7 @@ property.base-dn.synopsis=Specifies the base DN of the replicated data. property.changetime-heartbeat-interval.synopsis=Specifies the heart-beat interval that the Directory Server will use when sending its local change time to the Replication Server. property.changetime-heartbeat-interval.description=The Directory Server sends a regular heart-beat to the Replication within the specified interval. The heart-beat indicates the change time of the Directory Server to the Replication Server. +property.conflicts-historical-purge-delay.synopsis=This delay indicates the time (in minutes) the domain keeps the historical information necessary to solve conflicts.When a change stored in the historical part of the user entry has a date (from its replication ChangeNumber) older than this delay, it is candidate to be purged. The purge is applied on 2 events: modify of the entry, dedicated purge task. property.fractional-exclude.synopsis=Allows to exclude some attributes to replicate to this server. property.fractional-exclude.description=If fractional-exclude configuration attribute is used, attributes specified in this attribute will be ignored (not added/modified/deleted) when an operation performed from another directory server is being replayed in the local server. Note that the usage of this configuration attribute is mutually exclusive with the usage of the fractional-include attribute. property.fractional-exclude.syntax.string.pattern.synopsis=Defines attribute(s) of one particular class or of all possible classes, to exclude from the replication. -- Gitblit v1.10.0