From df8af541e0b60da31ebd5963d50bb2646fea9846 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Mon, 22 Sep 2014 09:55:15 +0000
Subject: [PATCH] OPENDJ-1467 :  File Based Changelog must support replicas temporarily leaving the topology

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

diff --git a/opendj3-server-dev/src/messages/messages/replication.properties b/opendj3-server-dev/src/messages/messages/replication.properties
index 4178833..b6b55c2 100644
--- a/opendj3-server-dev/src/messages/messages/replication.properties
+++ b/opendj3-server-dev/src/messages/messages/replication.properties
@@ -574,8 +574,8 @@
  to file system for log file '%s'
 ERR_CHANGELOG_UNABLE_TO_SEEK_260=Could not seek to position %d for reader \
  on log file '%s'
-ERR_CHANGELOG_UNABLE_TO_CREATE_LOG_DIRECTORY_261=Could not create root directory '%s' for \
- log file
+ERR_CHANGELOG_UNABLE_TO_CREATE_LOG_DIRECTORY_261=Could not create root \
+ directory '%s' for log file
 ERR_CHANGELOG_UNABLE_TO_DECODE_DN_FROM_DOMAIN_STATE_FILE_262=Could not decode DN \
  from domain state file '%s', from line '%s'
 ERR_CHANGELOG_UNABLE_TO_READ_DOMAIN_STATE_FILE_263=Could not read domain state \
@@ -606,4 +606,14 @@
 ERR_CHANGELOG_UNABLE_TO_RENAME_HEAD_LOG_FILE_275=Could not rename \
  head log file from '%s' to '%s'
 INFO_CHANGELOG_LOG_FILE_ROTATION_276=Rotation needed for log file '%s', \
- size of head log file is %d bytes
\ No newline at end of file
+ size of head log file is %d bytes
+ERR_CHANGELOG_UNABLE_TO_ADD_REPLICA_OFFLINE_WRONG_PATH_277=Could not add replica \
+ offline for domain %s and server id %d because the path '%s' does not exist
+ERR_CHANGELOG_UNABLE_TO_WRITE_REPLICA_OFFLINE_STATE_FILE_278=Could not write offline \
+ replica information for domain %s and server id %d, using path '%s' (offline CSN is %s)
+ERR_CHANGELOG_INVALID_REPLICA_OFFLINE_STATE_FILE_279=Could not read replica offline \
+ state file '%s' for domain %s, it should contain exactly one line corresponding to the offline CSN
+ERR_CHANGELOG_UNABLE_TO_READ_REPLICA_OFFLINE_STATE_FILE_280=Could not read content of \
+ 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
\ No newline at end of file

--
Gitblit v1.10.0