From 23b1e20ff9fe938572a0b62ec5a12f12154445df Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Wed, 04 Jul 2007 15:12:04 +0000
Subject: [PATCH] The problem was that the publisher thread is stuck waiting for the window to re-open on a connection that has been closed without notifying the publisher.

---
 opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java |    4 ++--
 1 files changed, 2 insertions(+), 2 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 29f3aa6..ac429e8 100644
--- a/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
+++ b/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
@@ -561,7 +561,7 @@
   {
     if (isolationpolicy.equals(IsolationPolicy.ACCEPT_ALL_UPDATES))
     {
-      // this policy imply that we always aceept updates.
+      // this policy imply that we always accept updates.
       return true;
     }
     if (isolationpolicy.equals(IsolationPolicy.REJECT_ALL_UPDATES))
@@ -587,7 +587,7 @@
       }
     }
     // we should never get there as the only possible policies are
-    // ACCEPT_UPDATES and DENY_UPDATES
+    // ACCEPT_ALL_UPDATES and REJECT_ALL_UPDATES
     return true;
   }
 

--
Gitblit v1.10.0