From 74be925257cd0df68cfde1a77f77cbb930c7832f 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 --- opends/src/messages/messages/replication.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties index 47f7f6b..204b338 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/src/messages/messages/replication.properties @@ -243,3 +243,6 @@ for domain %s with replication server %s - local data generation is %s \ - replication server data generation is %s - This may be only temporary \ or require a full resynchronization +NOTICE_HEARTBEAT_FAILURE_97=%s is closing the session \ + because it could not detect a heartbeat + \ No newline at end of file -- Gitblit v1.10.0