From 4d0faf5b8ad46e978a72d35a8f736f83fb61fd2d Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 30 Mar 2011 19:21:16 +0000
Subject: [PATCH] Fix issue OpenDJ-96: Replication server monitor data computation takes too long / blocks rest of server when another RS is cannot be reached
---
opends/src/server/org/opends/server/replication/server/MessageHandler.java | 13 +------------
1 files changed, 1 insertions(+), 12 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/server/MessageHandler.java b/opends/src/server/org/opends/server/replication/server/MessageHandler.java
index 6622f92..f29bc2a 100644
--- a/opends/src/server/org/opends/server/replication/server/MessageHandler.java
+++ b/opends/src/server/org/opends/server/replication/server/MessageHandler.java
@@ -23,6 +23,7 @@
*
*
* Copyright 2009-2010 Sun Microsystems, Inc.
+ * Portions copyright 2011 ForgeRock AS
*/
package org.opends.server.replication.server;
@@ -240,18 +241,6 @@
* Returns the Replication Server Domain to which belongs this handler.
*
* @param createIfNotExist Creates the domain if it does not exist.
- *
- * @return The replication server domain.
- */
- public ReplicationServerDomain getDomain(boolean createIfNotExist)
- {
- return getDomain(createIfNotExist, false);
- }
-
- /**
- * Returns the Replication Server Domain to which belongs this handler.
- *
- * @param createIfNotExist Creates the domain if it does not exist.
* @param waitConnections Waits for the Connections with other RS to
* be established before returning.
* @return The replication server domain.
--
Gitblit v1.10.0