From 2a09adec857fd42ef4b9369f98d51343fda5ae56 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 04 Apr 2014 13:25:49 +0000
Subject: [PATCH] OPENDJ-1177 (CR-3278) Re-implement changelog purging logic

---
 opendj3-server-dev/src/messages/messages/replication.properties |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/opendj3-server-dev/src/messages/messages/replication.properties b/opendj3-server-dev/src/messages/messages/replication.properties
index f2d3447..177d214 100644
--- a/opendj3-server-dev/src/messages/messages/replication.properties
+++ b/opendj3-server-dev/src/messages/messages/replication.properties
@@ -535,4 +535,8 @@
  expected the newest change number index record CSN '%s' to be equal to \
  the CSN read from the replica DBs '%s'
 NOTE_ECL_LOOKTHROUGH_LIMIT_EXCEEDED_238=This search operation has checked the \
- maximum of %d entries for matches
\ No newline at end of file
+ maximum of %d entries for matches
+ERR_EXCEPTION_COULD_NOT_ADD_CHANGE_TO_REPLICA_DB_239=Could not add \
+ change %s to replicaDB %s %s because: %s
+ERR_COULD_NOT_ADD_CHANGE_TO_SHUTTING_DOWN_REPLICA_DB_240=Could not add \
+ change %s to replicaDB %s %s because flushing thread is shutting down

--
Gitblit v1.10.0