From 13d57e063cbd3e884f787744a9eaedbfb98b5a51 Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Fri, 11 Sep 2026 13:19:34 +0000
Subject: [PATCH] [#949] Report a ReplicaOfflineMsg the broker refused as not sent (#976)
---
opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/LDAPReplicationDomain.java | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/LDAPReplicationDomain.java b/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/LDAPReplicationDomain.java
index 25b6418..64eded8 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/LDAPReplicationDomain.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/LDAPReplicationDomain.java
@@ -2221,8 +2221,9 @@
else if (logger.isTraceEnabled())
{
logger.trace("Replica " + getServerId() + " of domain baseDN=" + getBaseDN()
- + " could not announce itself offline: a change which is still in flight holds"
- + " the message back, and " + pendingChanges.size() + " change(s) are pending");
+ + " could not announce itself offline: the message was not published - a change which"
+ + " is still in flight holds it back, or the broker had no session to write it to,"
+ + " and " + pendingChanges.size() + " change(s) are pending");
}
}
--
Gitblit v1.10.0