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/server/org/opends/server/replication/plugin/ReplicationBroker.java | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java b/opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java
index 69fede4..ab3ae34 100644
--- a/opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java
+++ b/opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java
@@ -330,10 +330,11 @@
* An error happened trying to search for the updates
* This server will start acepting again new updates but
* some inconsistencies will stay between servers.
- * TODO : REPAIR : log an error for the repair tool
+ * Log an error for the repair tool
* that will need to resynchronize the servers.
*/
- Message message = NOTE_CANNOT_RECOVER_CHANGES.get();
+ Message message = ERR_CANNOT_RECOVER_CHANGES.get(
+ baseDn.toNormalizedString());
logError(message);
}
else
--
Gitblit v1.10.0