From 0faf556898392ebeee2038ca6ff72c57908ad653 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Tue, 06 Nov 2007 14:00:05 +0000
Subject: [PATCH] Fix for 2423 : remove some replication configuration parameters
---
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java b/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
index 01680b4..8b71fce 100644
--- a/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
+++ b/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
@@ -368,10 +368,6 @@
replicationServers = configuration.getReplicationServer();
serverId = (short) configuration.getServerId();
baseDN = configuration.getBaseDN();
- maxReceiveQueue = configuration.getMaxReceiveQueue();
- maxReceiveDelay = (int) configuration.getMaxReceiveDelay();
- maxSendQueue = configuration.getMaxSendQueue();
- maxSendDelay = (int) configuration.getMaxSendDelay();
window = configuration.getWindowSize();
heartbeatInterval = configuration.getHeartbeatInterval();
isolationpolicy = configuration.getIsolationPolicy();
@@ -3417,10 +3413,6 @@
// The other parameters needs to be renegociated with the ReplicationServer.
// so that requires restarting the session with the ReplicationServer.
replicationServers = configuration.getReplicationServer();
- maxReceiveQueue = configuration.getMaxReceiveQueue();
- maxReceiveDelay = (int) configuration.getMaxReceiveDelay();
- maxSendQueue = configuration.getMaxSendQueue();
- maxSendDelay = (int) configuration.getMaxSendDelay();
window = configuration.getWindowSize();
heartbeatInterval = configuration.getHeartbeatInterval();
broker.changeConfig(replicationServers, maxReceiveQueue, maxReceiveDelay,
--
Gitblit v1.10.0