From 21db425f72f3c6a3c5527b2301884e8ea6fd2f75 Mon Sep 17 00:00:00 2001
From: pgamba <pgamba@localhost>
Date: Wed, 24 Oct 2007 14:04:25 +0000
Subject: [PATCH] Fix 2425 - dsreplication initialize-all fails - fix ConcurrentModificationException in the Initialize task by using methods that lock the entry - fix unroutable message, by forwarding message only to the replication servers that have   replica connected Miscellaneous improvements in error or debug traces

---
 opendj-sdk/opends/src/server/org/opends/server/replication/protocol/TLSSocketSession.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/TLSSocketSession.java b/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/TLSSocketSession.java
index d3f544d..3fa43f4 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/TLSSocketSession.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/TLSSocketSession.java
@@ -98,7 +98,8 @@
   {
     if (debugEnabled())
     {
-      TRACER.debugVerbose("Closing SocketSession.");
+      TRACER.debugInfo("Closing SocketSession." +
+          Thread.currentThread().getStackTrace());
     }
     if (plainSocket != null && !plainSocket.isClosed())
     {

--
Gitblit v1.10.0