From 6e14a8394d193af0fa32b83d3cc424787d41eadd Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 26 Jun 2014 13:19:57 +0000
Subject: [PATCH] OPENDJ-1453 (CR-3870) Replica offline messages should be synced with updates
---
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java b/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
index 75b1242..c17e470 100644
--- a/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
+++ b/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
@@ -3450,6 +3450,15 @@
}
/**
+ * Publishes a replica offline message if all pending changes for current
+ * replica have been sent out.
+ */
+ public void publishReplicaOfflineMsg()
+ {
+ // Here to be overridden
+ }
+
+ /**
* Publish information to the Replication Service (not assured mode).
*
* @param msg The byte array containing the information that should
--
Gitblit v1.10.0