From 90f97a8328fb2433989b4ac05dd565dc6b4db4bc Mon Sep 17 00:00:00 2001 From: Fabio Pistolesi <fabio.pistolesi@forgerock.com> Date: Mon, 02 Nov 2015 09:41:59 +0000 Subject: [PATCH] OPENDJ-1937 Replication draft change log changeNumber attribute should be synchronized with other RSs during initialization --- opendj-server-legacy/src/messages/org/opends/messages/replication.properties | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/replication.properties b/opendj-server-legacy/src/messages/org/opends/messages/replication.properties index 3184d97..cfdbfc2 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/replication.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/replication.properties @@ -525,8 +525,6 @@ change %s to replicaDB %s %s because: %s ERR_COULD_NOT_ADD_CHANGE_TO_SHUTTING_DOWN_REPLICA_DB_240=Could not add \ change %s to replicaDB %s %s because flushing thread is shutting down -NOTE_SEARCH_CHANGELOG_INSUFFICIENT_PRIVILEGES_285=You do not have sufficient privileges to \ - perform a search request on cn=changelog ERR_CHANGELOG_READ_STATE_WRONG_ROOT_PATH_241=Error when retrieving changelog \ state from root path '%s' : directory might not exist ERR_CHANGELOG_READ_STATE_NO_GENERATION_ID_FOUND_242=Error when retrieving \ @@ -631,4 +629,9 @@ ERR_CHANGELOG_CURSOR_ABORTED_290=Cursor on log '%s' has been aborted after \ a purge or a clear ERR_CHANGELOG_CANNOT_READ_NEWEST_RECORD_291=Could not position and read newest record from log file '%s' - +ERR_CHANGELOG_RESET_CHANGE_NUMBER_UNSUPPORTED_292=The JE based changelog does not support resetting the change number +ERR_CHANGELOG_RESET_CHANGE_NUMBER_CHANGE_NOT_PRESENT_293=The change number index could not be reset to start with %d \ + in base DN '%s' because starting CSN '%s' does not exist in the change log +ERR_CHANGELOG_RESET_CHANGE_NUMBER_CSN_TOO_OLD_294=The change number could not be reset to %d because the associated \ + change with CSN '%s' has already been purged from the change log. Try resetting to a more recent change +ERR_REPLICATION_CHANGE_NUMBER_DISABLED_295=Change number indexing is disabled for replication domain '%s' -- Gitblit v1.10.0