From db364b9d90deb67f8c9928d79299d68512853efb Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Mon, 22 Sep 2014 08:51:16 +0000
Subject: [PATCH] OPENDJ-1389 – Add support for replication changelog DB rotation   Implemented a log based on multiple log files 

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

diff --git a/opendj3-server-dev/src/messages/messages/replication.properties b/opendj3-server-dev/src/messages/messages/replication.properties
index 881b08f..4178833 100644
--- a/opendj3-server-dev/src/messages/messages/replication.properties
+++ b/opendj3-server-dev/src/messages/messages/replication.properties
@@ -584,4 +584,26 @@
  file and actual domain directories found in file system. Expected domain ids : '%s'. \
  Actual domain ids found in file system: '%s'
 ERR_CHANGELOG_UNABLE_TO_UPDATE_DOMAIN_STATE_FILE_265=Could not create a new domain \
- id %s for domain DN %s and save it in domain state file '%s"
\ No newline at end of file
+ id %s for domain DN %s and save it in domain state file '%s"
+ERR_CHANGELOG_UNABLE_TO_GET_CURSOR_READER_POSITION_LOG_FILE_266=Could not get reader \
+ position for cursor in log file '%s'
+ERR_CHANGELOG_UNABLE_TO_DECODE_KEY_FROM_STRING_267=Could not decode the key from \
+ string [%s]
+ERR_CHANGELOG_CURSOR_OPENED_WHILE_CLEANING_LOG_268=When cleaning log '%s', \
+ found %d cursor(s) still opened on the log
+ERR_CHANGELOG_CURSOR_OPENED_WHILE_CLOSING_LOG_269=When closing log '%s', \
+ found %d cursor(s) still opened on the log
+ERR_CHANGELOG_UNABLE_TO_INITIALIZE_LOG_270=Could not initialize \
+ the log '%s'
+ERR_CHANGELOG_UNABLE_TO_RETRIEVE_KEY_BOUNDS_FROM_FILE_271=Could not \
+ retrieve key bounds from log file '%s'
+ERR_CHANGELOG_UNABLE_TO_RETRIEVE_READ_ONLY_LOG_FILES_LIST_272=Could not \
+ retrieve read-only log files from log '%s'
+ERR_CHANGELOG_UNABLE_TO_DELETE_LOG_FILE_WHILE_PURGING_273=While purging log, could not \
+ delete log file(s): '%s'
+ERR_CHANGELOG_UNREFERENCED_LOG_WHILE_RELEASING_274 =The following log \
+ '%s' must be released but it is not referenced."
+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

--
Gitblit v1.10.0