From 65f071d6b9adf6414c8074381f5e95acb1297565 Mon Sep 17 00:00:00 2001
From: pgamba <pgamba@localhost>
Date: Tue, 16 Oct 2007 07:10:39 +0000
Subject: [PATCH] When a replica connects to a replication server that is "late" compared to the replica data , the replica must update the replication server with the missing changes. 1 line fix , the entryUUID attribute must be part of the searched attributes in order to rebuild the operations - and created unit tests for this.

---
 opends/src/messages/messages/replication.properties |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties
index 0f08170..47f7f6b 100644
--- a/opends/src/messages/messages/replication.properties
+++ b/opends/src/messages/messages/replication.properties
@@ -170,8 +170,8 @@
  This replication server will now shutdown
 SEVERE_ERR_REPLICATION_COULD_NOT_CONNECT_61=The Replication is configured for \
  suffix  %s but was not able to connect to any Replication Server
-NOTICE_NOW_FOUND_CHANGELOG_62=Replication Server %s now used for Replication \
- Domain %s
+NOTICE_NOW_FOUND_SAME_GENERATION_CHANGELOG_62=Replication is up and running \
+ for domain %s with replication server %s - data generation is %s
 NOTICE_DISCONNECTED_FROM_CHANGELOG_63=The connection to Replication Server %s \
  has been dropped by the Replication Server
 SEVERE_ERR_CHANGELOG_ERROR_SENDING_INFO_64=An unexpected error occurred \
@@ -239,3 +239,7 @@
  the replication server backend
 SEVERE_ERR_UNKNOWN_DN_95=The base DN %s is not stored by any of the \
  Directory Server backend
+NOTICE_NOW_FOUND_BAD_GENERATION_CHANGELOG_96=Replication is up but degraded \
+ for domain %s with replication server %s - local data generation is %s \
+ - replication server data generation is %s - This may be only temporary \
+  or require a full resynchronization

--
Gitblit v1.10.0