From 08908175782573c536cb485092e473c7f1729281 Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Fri, 28 Mar 2014 11:50:04 +0000 Subject: [PATCH] OPENDJ-1177 (CR-3278) Re-implement changelog purging logic --- opends/src/messages/messages/replication.properties | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties index 8021e90..f8bbc38 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/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' NOTICE_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 +SEVERE_ERR_EXCEPTION_COULD_NOT_ADD_CHANGE_TO_REPLICA_DB_239=Could not add \ + change %s to replicaDB %s %s because: %s +SEVERE_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