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/plugin/LDAPReplicationDomain.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java b/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
index e270ca0..b36a8bd 100644
--- a/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
+++ b/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
@@ -2012,6 +2012,13 @@
     addOperation.setAttachment(SYNCHROCONTEXT, ctx);
   }
 
+  /** {@inheritDoc} */
+  @Override
+  public void publishReplicaOfflineMsg()
+  {
+    pendingChanges.putReplicaOfflineMsg();
+  }
+
   /**
    * Check if an operation must be synchronized.
    * Also update the list of pending changes and the server RUV

--
Gitblit v1.10.0