From d2ec418d6010332f55828d53c613a3c3e9d03d9e Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Thu, 05 Sep 2013 09:32:32 +0000 Subject: [PATCH] OPENDJ-1116 Introduce abstraction for the changelog DB --- 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 222a912..cf409c6 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/src/messages/messages/replication.properties @@ -310,8 +310,8 @@ domain %s from server %s to all other servers of the topology is forbidden as \ the source server has some fractional configuration : only fractional servers \ in a replicated topology does not make sense -MILD_ERR_DRAFT_CHANGENUMBER_DATABASE_173=An error occurred when accessing the \ - database of the draft change number : %s +MILD_ERR_CHANGENUMBER_DATABASE_173=An error occurred when accessing the \ + change number database : %s SEVERE_ERR_INITIALIZATION_FAILED_NOCONN_174=The initialization failed because \ the domain %s is not connected to a replication server SEVERE_ERR_FRACTIONAL_COULD_NOT_RETRIEVE_CONFIG_175=Could not retrieve the \ @@ -492,3 +492,7 @@ SEVERE_ERR_REPLICATIONDB_CANNOT_PROCESS_CHANGE_RECORD_215=Replication server RS(%d) \ failed to parse change record with changenumber %s from the database. Error: %s SEVERE_ERR_SESSION_STARTUP_INTERRUPTED_216=%s was interrupted in the startup phase +MILD_ERR_READING_FIRST_THEN_LAST_IN_CHANGENUMBER_DATABASE_217=An error occurred \ + when accessing the change number database: impossible to read the last record \ + after having successfully read the first. Database might have been cleaned or \ + closed between successive reads. -- Gitblit v1.10.0