From c08575b5d155b34529c402d7e5398e77abc49117 Mon Sep 17 00:00:00 2001 From: gbellato <gbellato@localhost> Date: Mon, 20 Aug 2007 08:04:16 +0000 Subject: [PATCH] These changes rovides the ability to repair the consistency in the replication topology in the (hopefully) rare case when hardware failure or software bugs could break it (issue 788 and 791) --- opends/src/messages/messages/replication.properties | 30 +++++++++++++++++++----------- 1 files changed, 19 insertions(+), 11 deletions(-) diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties index c71f537..0083d79 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/src/messages/messages/replication.properties @@ -21,7 +21,12 @@ # CDDL HEADER END # # Portions Copyright 2006-2007 Sun Microsystems, Inc. - +# +# +# This file contains the primary Directory Server configuration. It must not +# be directly edited while the server is online. The server configuration +# should only be managed using the administration utilities provided with the +# Directory Server. # @@ -55,8 +60,6 @@ MILD_ERR_COULD_NOT_BIND_CHANGELOG_6=Changelog failed to start : could not \ bind to the changelog listen port : %d. Error : %s MILD_ERR_UNKNOWN_TYPE_7=Unknown operation type : %s -MILD_ERR_ERROR_REPLAYING_OPERATION_8=Error %s when replaying operation with \ - changenumber %s %s : %s MILD_ERR_OPERATION_NOT_FOUND_IN_PENDING_9=Internal Error : Operation %s \ change number %s was not found in pending list MILD_ERR_COULD_NOT_INITIALIZE_DB_10=Changelog failed to start because the \ @@ -66,7 +69,7 @@ MILD_ERR_EXCEPTION_REPLAYING_OPERATION_12=An Exception was caught while \ replaying operation %s : %s MILD_ERR_NEED_CHANGELOG_PORT_13=The replication server port must be defined -MILD_ERR_ERROR_UPDATING_RUV_14=Error %s when updating server state %s : %s \ +DEBUG_ERROR_UPDATING_RUV_14=Error %s when updating server state %s : %s \ base dn : %s MILD_ERR_ERROR_SEARCHING_RUV_15=Error %s when searching for server state %s : \ %s base dn : %s @@ -79,8 +82,8 @@ server should be configured NOTICE_EXCEPTION_STARTING_SESSION_20=Caught Exception during initial \ communication with replication server : -NOTICE_CANNOT_RECOVER_CHANGES_21=Error when searching old changes from the \ - database +MILD_ERR_CANNOT_RECOVER_CHANGES_21=Error when searching old changes from the \ + database for base DN %s NOTICE_COULD_NOT_FIND_CHANGELOG_WITH_MY_CHANGES_22=Could not find a \ replication server that has seen all the local changes. Going to replay \ changes @@ -110,7 +113,7 @@ SEVERE_ERR_EXCEPTION_RECEIVING_REPLICATION_MESSAGE_34=An Exception was caught \ while receiving replication message : %s MILD_ERR_LOOP_REPLAYING_OPERATION_35=A loop was detected while replaying \ - operation: %s + operation: %s error %s MILD_ERR_FILE_CHECK_CREATE_FAILED_36=An Exception was caught while testing \ existence or trying to create the directory for the changelog database : %s INFO_CHANGELOG_SERVER_ATTR_37=Specifies the list of replication servers to \ @@ -156,12 +159,12 @@ have the same ServerId : %d SEVERE_ERR_BAD_HISTORICAL_56=Entry %s was containing some unknown historical \ information, This may cause some inconsistency for this entry -SEVERE_ERR_CANNOT_ADD_CONFLICT_ATTRIBUTE_57=A conflict was detected but the \ +MILD_ERR_CANNOT_ADD_CONFLICT_ATTRIBUTE_57=A conflict was detected but the \ conflict information could not be added. Operation : -SEVERE_ERR_CANNOT_RENAME_CONFLICT_ENTRY_58=An error happened trying the \ +MILD_ERR_CANNOT_RENAME_CONFLICT_ENTRY_58=An error happened trying to \ rename a conflicting entry : -SEVERE_ERR_EXCEPTION_RENAME_CONFLICT_ENTRY_59=An Exception happened when \ - trying the rename a conflicting entry : +MILD_ERR_EXCEPTION_RENAME_CONFLICT_ENTRY_59=An Exception happened when \ + trying to rename a conflicting entry : SEVERE_ERR_CHANGELOG_UNSUPPORTED_UTF8_ENCODING_60=The JVM does not support \ UTF-8. This is required to be able to encode the changes in the database. \ This replication server will now shutdown @@ -179,3 +182,8 @@ and reopened SEVERE_ERR_CHANGELOG_ERROR_SENDING_MSG_66=An unexpected error occurred while \ sending a Message to %s. This connection is going to be closed and reopened +MILD_ERR_ERROR_REPLAYING_OPERATION_67=Could not replay operation %s with \ + ChangeNumber %s error %s %s +MILD_ERR_UNKNOWN_ATTRIBUTE_IN_HISTORICAL_68=The entry %s has historical \ + information for attribute %s which is not defined in the schema. This \ + information will be ignored \ No newline at end of file -- Gitblit v1.10.0