From 63c4a29c29f54129fbd29a3de1d57647e110d8de Mon Sep 17 00:00:00 2001 From: mrossign <mrossign@localhost> Date: Fri, 14 Dec 2007 15:55:42 +0000 Subject: [PATCH] - Partial fix for #1302: on startup servers should wait to catchup before accepting connections - Fix for #795: Changelog fail over unit tests --- opendj-sdk/opends/src/messages/messages/replication.properties | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/replication.properties b/opendj-sdk/opends/src/messages/messages/replication.properties index 07cdeb9..f69a1cf 100644 --- a/opendj-sdk/opends/src/messages/messages/replication.properties +++ b/opendj-sdk/opends/src/messages/messages/replication.properties @@ -76,8 +76,8 @@ NOTICE_SERVER_DISCONNECT_16=%s has disconnected from this replication server NOTICE_NO_CHANGELOG_SERVER_LISTENING_17=There is no replication server \ listening on %s -NOTICE_CHANGELOG_MISSING_CHANGES_18=The replication server %s is missing some \ - changes that this server has already processed on suffix %s +NOTICE_FOUND_CHANGELOGS_WITH_MY_CHANGES_18=Found %d replication server(s) with \ +up to date chnages for suffix %s NOTICE_NEED_MORE_THAN_ONE_CHANGELOG_SERVER_19=More than one replication \ server should be configured SEVERE_ERR_EXCEPTION_STARTING_SESSION_20=Caught Exception during initial \ @@ -85,8 +85,8 @@ 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 on suffix %s. Going to replay \ - changes + replication server that has seen all the local changes on suffix %s. Found %d \ +replications server(s) not up to date. Going to replay changes NOTICE_COULD_NOT_FIND_CHANGELOG_23=Could not connect to any replication \ server on suffix %s, retrying... NOTICE_EXCEPTION_CLOSING_DATABASE_24=Error closing changelog database %s : @@ -249,4 +249,12 @@ SEVERE_ERR_REPLICATONBACKEND_EXPORT_LDIF_FAILED_99=The replication \ server backend cannot export its entries in LDIF format because the \ export-ldif command must be run as a task +DEBUG_GOING_TO_SEARCH_FOR_CHANGES_100=The replication server is late \ +regarding our changes: going to send missing ones +DEBUG_SENDING_CHANGE_101=Sending change number: %s +DEBUG_CHANGES_SENT_102=All missing changes sent to replication server +SEVERE_ERR_PUBLISHING_FAKE_OPS_103=Caught exception publishing fake operations \ +for domain %s to replication server %s : %s +SEVERE_ERR_COMPUTING_FAKE_OPS_104=Caught exception computing fake operations \ +for domain %s for replication server %s : %s -- Gitblit v1.10.0