From b9e5eaf4520dd0a7a52c7c49d857400c86a0c5e3 Mon Sep 17 00:00:00 2001
From: Fabio Pistolesi <fabio.pistolesi@forgerock.com>
Date: Mon, 23 Nov 2015 09:53:39 +0000
Subject: [PATCH] OPENDJ-2412 dsreplication initialize-all fails while exporting entries
---
opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplicationBroker.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplicationBroker.java b/opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplicationBroker.java
index f5061d5..c4b00f6 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplicationBroker.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplicationBroker.java
@@ -252,6 +252,7 @@
this.replSessionSecurity = replSessionSecurity;
this.rcvWindow = getMaxRcvWindow();
this.halfRcvWindow = rcvWindow / 2;
+ this.shutdown = true;
/*
* Only create a monitor if there is a replication domain (this is not the
--
Gitblit v1.10.0