From dbc982944cd13543eaa810c6eb0b78a7c2524d86 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Tue, 17 Jun 2014 13:40:54 +0000
Subject: [PATCH] OPENDJ-1449 : File-based changelog should handle partially written record left over from a previous failure CR-3768

---
 opends/src/messages/messages/replication.properties |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties
index 844c5c1..f7cf980 100644
--- a/opends/src/messages/messages/replication.properties
+++ b/opends/src/messages/messages/replication.properties
@@ -614,4 +614,10 @@
 SEVERE_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
 SEVERE_ERR_CHANGELOG_UNABLE_TO_RETRIEVE_FILE_LENGTH_282=Could not retrieve file length of \
- file '%s'
\ No newline at end of file
+ log file '%s'
+SEVERE_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
\ No newline at end of file

--
Gitblit v1.10.0