From f4ed9e4a420951451e9c2862b33fe57e695085f5 Mon Sep 17 00:00:00 2001
From: pgamba <pgamba@localhost>
Date: Thu, 10 Dec 2009 16:57:24 +0000
Subject: [PATCH] Fix #4395 ECL cookie older than server changelog db trim is not detected

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

diff --git a/opendj-sdk/opends/src/messages/messages/replication.properties b/opendj-sdk/opends/src/messages/messages/replication.properties
index 535ecfe..7a9d24e 100644
--- a/opendj-sdk/opends/src/messages/messages/replication.properties
+++ b/opendj-sdk/opends/src/messages/messages/replication.properties
@@ -369,8 +369,8 @@
  the replication server domain: %s 
 SEVERE_ERR_REPLICATION_PROTOCOL_MESSAGE_TYPE_157=Replication \
  protocol error. Bad message type. %s received, %s required  
-SEVERE_ERR_INVALID_COOKIE_FULL_RESYNC_REQUIRED_158=The provided cookie is \
- invalid in the current context due to %s. Full resync is required
+SEVERE_ERR_RESYNC_REQUIRED_MISSING_DOMAIN_IN_PROVIDED_COOKIE_158=Full resync \
+ required. Reason: The provided cookie is missing the replicated domain(s) %s
 SEVERE_ERR_BYTE_COUNT_159=The Server Handler byte count is not correct (Fixed)
 NOTICE_ERR_FRACTIONAL_CONFIG_UNKNOWN_OBJECT_CLASS_160=Wrong fractional \
  replication configuration: could not find object class definition for %s in \
@@ -442,3 +442,9 @@
 NOTICE_ERR_ENTRY_UID_DSEE_MAPPING_184=Error for entry %s when mapping entry UID\
   attribute to DSEE NsUniqueID attribute. Value to be mapped: %s \
  Error : %s
+SEVERE_ERR_RESYNC_REQUIRED_UNKNOWN_DOMAIN_IN_PROVIDED_COOKIE_185=Full resync \
+ required. Reason: The provided cookie contains unknown replicated domain %s
+SEVERE_ERR_RESYNC_REQUIRED_TOO_OLD_DOMAIN_IN_PROVIDED_COOKIE_186=Full resync \
+ required. Reason: The provided cookie is older than the start of historical \
+ in the server for the replicated domain : %s
+SEVERE_ERR_INVALID_COOKIE_SYNTAX_187=Invalid syntax of the provided cookie

--
Gitblit v1.10.0