From de36fa06856d8d04652401bb24e49c3259aef154 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 30 Apr 2014 10:26:42 +0000
Subject: [PATCH] OPENDJ-1259 (CR-3443) Make the Medium Consistency Point support replicas temporarily leaving the topology
---
opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java b/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java
index 2f2583e..d5bdf8f 100644
--- a/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java
+++ b/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java
@@ -217,6 +217,8 @@
* the replication domain baseDN
* @param offlineCSN
* The CSN (serverId and timestamp) for the replica's going offline
+ * @throws ChangelogException
+ * If a database problem happened
*/
- void replicaOffline(DN baseDN, CSN offlineCSN);
+ void replicaOffline(DN baseDN, CSN offlineCSN) throws ChangelogException;
}
--
Gitblit v1.10.0