From 1c4d8575e85a9eb67741e42f27f95a7a198542c4 Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Mon, 22 Sep 2014 10:14:42 +0000 Subject: [PATCH] OPENDJ-1449 : File-based changelog should handle partially written record left over from a previous failure CR-3768 --- opendj3-server-dev/src/messages/messages/replication.properties | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/opendj3-server-dev/src/messages/messages/replication.properties b/opendj3-server-dev/src/messages/messages/replication.properties index c23ef20..23c1a2e 100644 --- a/opendj3-server-dev/src/messages/messages/replication.properties +++ b/opendj3-server-dev/src/messages/messages/replication.properties @@ -617,4 +617,10 @@ replica offline state file '%s' for domain %s ERR_CHANGELOG_UNABLE_TO_DELETE_REPLICA_OFFLINE_STATE_FILE_281=Could not delete replica \ offline state file '%s' for domain %s and server id %d -ERR_CHANGELOG_UNABLE_TO_RETRIEVE_FILE_LENGTH_282=Could not retrieve file length of file '%s' \ No newline at end of file +ERR_CHANGELOG_UNABLE_TO_RETRIEVE_FILE_LENGTH_282=Could not retrieve file length of log file '%s' +ERR_CHANGELOG_UNABLE_TO_RECOVER_LOG_FILE_283=An error occurred while recovering the \ + replication change log file '%s'. The recovery has been aborted and this replication server \ + will be removed from the replication topology. The change log file system may be read-only, \ + full, or corrupt and must be fixed before this replication server can be used. The underlying error was: %s +INFO_CHANGELOG_LOG_FILE_RECOVERED_284=Log file '%s' was successfully \ + recovered by removing a partially written record -- Gitblit v1.10.0