From 2a3c23e2c86bdd75b1fe6e2caaf20bf9ec077e2e Mon Sep 17 00:00:00 2001 From: gbellato <gbellato@localhost> Date: Thu, 20 Dec 2007 09:55:58 +0000 Subject: [PATCH] The code checked in with revision 3561 cause some problems with hanging tests and failing tests. --- opendj-sdk/opends/src/messages/messages/replication.properties | 19 ++++++------------- 1 files changed, 6 insertions(+), 13 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/replication.properties b/opendj-sdk/opends/src/messages/messages/replication.properties index 4090688..e41ddb7 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_FOUND_CHANGELOGS_WITH_MY_CHANGES_18=Found %d replication server(s) with \ -up to date chnages for suffix %s +NOTICE_CHANGELOG_MISSING_CHANGES_18=The replication server %s is missing some \ + changes that this server has already processed on 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. Found %d \ -replications server(s) not up to date. Going to replay changes + replication server that has seen all the local changes on suffix %s. 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,13 +249,6 @@ 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 NOTICE_SSL_SERVER_CON_ATTEMPT_ERROR_105=SSL connection attempt from %s (%s) \ -failed: %s + failed: %s + -- Gitblit v1.10.0